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
1 changed files with 3 additions and 3 deletions

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