X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTExceptionDialog.java;h=227aceb5764b92d26a0cac983030a0def359a402;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=0e06756952bf5195961f333ee8f69238256edd1e;hpb=e23ea53820244957b17a7000c6d3e1ff586f1ef0;p=fanfix.git diff --git a/src/jexer/TExceptionDialog.java b/src/jexer/TExceptionDialog.java index 0e06756..227aceb 100644 --- a/src/jexer/TExceptionDialog.java +++ b/src/jexer/TExceptionDialog.java @@ -47,7 +47,7 @@ public class TExceptionDialog extends TWindow { /** * Translated strings. */ - private static ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName()); + private static final ResourceBundle i18n = ResourceBundle.getBundle(TExceptionDialog.class.getName()); // ------------------------------------------------------------------------ // Constants --------------------------------------------------------------