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:
@@ -112,6 +112,9 @@ public class MessageManager
|
|||||||
public void setPrefix (String resourcePrefix)
|
public void setPrefix (String resourcePrefix)
|
||||||
{
|
{
|
||||||
_prefix = resourcePrefix;
|
_prefix = resourcePrefix;
|
||||||
|
|
||||||
|
// Need to reget the global bundle at the new prefix location.
|
||||||
|
_global = getBundle(GLOBAL_BUNDLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user