If we change the prefix at which we're looking for messages, reload our global bundle as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4487 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2006-12-19 18:08:54 +00:00
parent 72416d28a1
commit 5f94b951d8
@@ -112,6 +112,9 @@ public class MessageManager
public void setPrefix (String resourcePrefix)
{
_prefix = resourcePrefix;
// Need to reget the global bundle at the new prefix location.
_global = getBundle(GLOBAL_BUNDLE);
}
/**