@@ -397,7 +397,7 @@ private Runner notifyChange() {
397
397
if (text ==null ) return null ; // If this was called prior to the "text" being fully initialized
398
398
OurSyntaxWidget t = text .get ();
399
399
if (Util .onMac ()) frame .getRootPane ().putClientProperty ("windowModified" , Boolean .valueOf (t .modified ()));
400
- if (t .isFile ()) frame .setTitle (t .getFilename ()); else frame .setTitle ("Alloy Analyzer " +Version .version () + " (Electrum Analyzer" +Version .eleVersion ()+")" );
400
+ if (t .isFile ()) frame .setTitle (t .getFilename ()); else frame .setTitle ("Alloy Analyzer " +Version .version () + " (Electrum Analyzer " +Version .eleVersion ()+")" );
401
401
toolbar .setBorder (new OurBorder (false , false , text .count ()<=1 , false ));
402
402
int c = t .getCaret ();
403
403
int y = t .getLineOfOffset (c )+1 ;
@@ -1790,7 +1790,7 @@ private SimpleGUI (final String[] args) {
1790
1790
1791
1791
// Enable better look-and-feel
1792
1792
if (Util .onMac () || Util .onWindows ()) {
1793
- System .setProperty ("com.apple.mrj.application.apple.menu.about.name" , "Alloy Analyzer " +Version .version () + " (Electrum Analyzer" +Version .eleVersion ()+")" );
1793
+ System .setProperty ("com.apple.mrj.application.apple.menu.about.name" , "Alloy Analyzer " +Version .version () + " (Electrum Analyzer " +Version .eleVersion ()+")" );
1794
1794
System .setProperty ("com.apple.mrj.application.growbox.intrudes" ,"true" );
1795
1795
System .setProperty ("com.apple.mrj.application.live-resize" ,"true" );
1796
1796
System .setProperty ("com.apple.macos.useScreenMenuBar" ,"true" );
@@ -1826,7 +1826,7 @@ private SimpleGUI (final String[] args) {
1826
1826
frame .setSize (width ,height );
1827
1827
frame .setLocation (x ,y );
1828
1828
frame .setVisible (true );
1829
- frame .setTitle ("Alloy Analyzer (Electrum) " +Version .version ()+" loading... please wait..." );
1829
+ frame .setTitle ("Alloy Analyzer " + Version . version ()+ " (Electrum Analyzer " +Version .eleVersion ()+") loading... please wait..." );
1830
1830
final int windowWidth = width ;
1831
1831
// We intentionally call setVisible(true) first before settings the "please wait" title,
1832
1832
// since we want the minimized window title on Linux/FreeBSD to just say Alloy Analyzer
0 commit comments