Fix getting of application properties.

cusax-fix
Damian Minkov 18 years ago
parent 42232c6dce
commit 6deaaac532

@ -94,7 +94,7 @@ public InitialAccountRegistrationFrame()
this.initAccountWizards();
// Create the default group
String groupName = Resources.getString("defaultGroupName");
String groupName = Resources.getApplicationProperty("defaultGroupName");
if(groupName != null && groupName.length() > 0)
{

Loading…
Cancel
Save