File tree 2 files changed +2
-5
lines changed
mode/src/processing/mode/android 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -348,10 +348,7 @@ public JMenu buildHelpMenu() {
348
348
item = new JMenuItem (AndroidMode .getTextString ("menu.help.processing_for_android_site" ));
349
349
item .addActionListener (new ActionListener () {
350
350
public void actionPerformed (ActionEvent e ) {
351
- // Platform.openURL("https://android.processing.org/");
352
- String BLUETOOTH_DEBUG_URL = "https://android.processing.org/" ;
353
- AndroidUtil .showMessage (AndroidMode .getTextString ("android_mode.dialog.watchface_debug_title" ),
354
- AndroidMode .getTextString ("android_mode.dialog.watchface_debug_body" , BLUETOOTH_DEBUG_URL ));
351
+ Platform .openURL ("https://android.processing.org/" );
355
352
}
356
353
});
357
354
menu .add (item );
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public void hyperlinkUpdate(HyperlinkEvent e) {
91
91
Platform .openURL (e .getURL ().toString ());
92
92
} else {
93
93
String description = e .getDescription ();
94
- System .err .println ("Cannot open this URL " + description );
94
+ System .err .println ("Cannot open this URL: " + description );
95
95
}
96
96
}
97
97
}
You can’t perform that action at this time.
0 commit comments