mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Removed last dependency from Base in processing.app.Platform.
This commit is contained in:
parent
36fd0bf344
commit
4b69baadac
@ -213,8 +213,8 @@ public class Platform {
|
||||
|
||||
|
||||
protected void showLauncherWarning() {
|
||||
Base.showWarning(_("No launcher available"),
|
||||
_("Unspecified platform, no launcher available.\nTo enable opening URLs or folders, add a \n\"launcher=/path/to/app\" line to preferences.txt"),
|
||||
null);
|
||||
BaseNoGui.showWarning(_("No launcher available"),
|
||||
_("Unspecified platform, no launcher available.\nTo enable opening URLs or folders, add a \n\"launcher=/path/to/app\" line to preferences.txt"),
|
||||
null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user