mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Removed last dependency from Base in processing.app.Platform.
This commit is contained in:
committed by
Cristian Maglie
parent
36fd0bf344
commit
4b69baadac
@ -213,8 +213,8 @@ public class Platform {
|
|||||||
|
|
||||||
|
|
||||||
protected void showLauncherWarning() {
|
protected void showLauncherWarning() {
|
||||||
Base.showWarning(_("No launcher available"),
|
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"),
|
_("Unspecified platform, no launcher available.\nTo enable opening URLs or folders, add a \n\"launcher=/path/to/app\" line to preferences.txt"),
|
||||||
null);
|
null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user