Many changes:
[fanfix.git] / src / jexer / bits / MnemonicString.java
index d0032b6683ad497b3d223586f45dcf7264f8d447..f35eb50dc94d47fa8458e2bee93c27c5eebef4d2 100644 (file)
@@ -34,7 +34,7 @@ package jexer.bits;
  * two '&&' characters, e.g. "&File && Stuff" would be
  * "File & Stuff" with the first 'F' highlighted.
  */
-public final class MnemonicString {
+public class MnemonicString {
 
     // ------------------------------------------------------------------------
     // Variables --------------------------------------------------------------