1
0
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:
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() {
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);
}
}