Resource bundle jockeying.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@50 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2006-08-23 18:18:30 +00:00
parent 35f6bc5b90
commit 7d870d5eb6
3 changed files with 2 additions and 1 deletions
@@ -56,7 +56,7 @@ public class LogonPanel extends JPanel
{
// keep these around for later
_ctx = ctx;
_msgs = _ctx.getMessageManager().getBundle("micasa");
_msgs = _ctx.getMessageManager().getBundle("micasa.logon");
setLayout(new VGroupLayout());