From 87c5bbcd59da7658365810a5651bd9b680c5909e Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 26 Jun 2007 23:07:42 +0000 Subject: [PATCH] Added getPath(). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4743 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/MessageBundle.as | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/as/com/threerings/util/MessageBundle.as b/src/as/com/threerings/util/MessageBundle.as index 2ad5b2676..6c185af89 100644 --- a/src/as/com/threerings/util/MessageBundle.as +++ b/src/as/com/threerings/util/MessageBundle.as @@ -47,6 +47,14 @@ public class MessageBundle _parent = parent; } + /** + * Get the path to this bundle. + */ + public function getPath () :String + { + return _path; + } + /** * Returns true if we have a translation mapping for the supplied key, * false if not.