X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fdemos%2FDemoApplication.java;h=0e4f189c5760493622bb0ce9c17536de96fc3c13;hb=8994e79675c9d5c6dfc5894c71dc5364c7f2c935;hp=18d47f37e5a348002ecadd2df9e2755d7b920769;hpb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;p=fanfix.git diff --git a/src/jexer/demos/DemoApplication.java b/src/jexer/demos/DemoApplication.java index 18d47f3..0e4f189 100644 --- a/src/jexer/demos/DemoApplication.java +++ b/src/jexer/demos/DemoApplication.java @@ -55,7 +55,7 @@ public class DemoApplication extends TApplication { /** * Translated strings. */ - private static ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName()); + private static final ResourceBundle i18n = ResourceBundle.getBundle(DemoApplication.class.getName()); // ------------------------------------------------------------------------ // Constructors ----------------------------------------------------------- @@ -203,6 +203,7 @@ public class DemoApplication extends TApplication { new DemoMainWindow(this); // Add the menus + addToolMenu(); addFileMenu(); addEditMenu();