]> git.mxchange.org Git - addressbook-swing.git/commitdiff
Better init it here
authorRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 09:15:00 +0000 (11:15 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 6 Aug 2015 09:15:00 +0000 (11:15 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

Addressbook/src/org/mxchange/addressbook/BaseAddressbookSystem.java
Addressbook/src/org/mxchange/addressbook/application/AddressbookApplication.java

index 9103d4e5b0ede80b733278fac84323dfccf784cb..16c49c3ac9d426880b32b385b96cbef3d16233cb 100644 (file)
@@ -28,7 +28,5 @@ public class BaseAddressbookSystem extends BaseFrameworkSystem {
         * No instances can be created of this class
         */
        protected BaseAddressbookSystem () {
-               // Always init i18n bundle
-               this.initBundle();
        }
 }
index 99be0be7e8bbe3af0a9b0d8995eee4e6969db0f4..9780aedd4e23cafabb8c6c8620c947818c502fea 100644 (file)
@@ -149,6 +149,9 @@ public class AddressbookApplication extends BaseAddressbookSystem implements App
        protected AddressbookApplication () {
                // Set own instance
                selfInstance = this;
+
+               // Always init i18n bundle in this application
+               this.initBundle();
        }
 
        /**