1
0
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:
Claudio Indellicati
2014-08-22 18:15:34 +02:00
committed by Cristian Maglie
parent 36fd0bf344
commit 4b69baadac

View File

@ -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);
} }
} }