Skip to content

Commit 4b69baa

Browse files
bitroncmaglie
authored andcommitted
Removed last dependency from Base in processing.app.Platform.
1 parent 36fd0bf commit 4b69baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/processing/app/Platform.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ public String getName() {
213213

214214

215215
protected void showLauncherWarning() {
216-
Base.showWarning(_("No launcher available"),
217-
_("Unspecified platform, no launcher available.\nTo enable opening URLs or folders, add a \n\"launcher=/path/to/app\" line to preferences.txt"),
218-
null);
216+
BaseNoGui.showWarning(_("No launcher available"),
217+
_("Unspecified platform, no launcher available.\nTo enable opening URLs or folders, add a \n\"launcher=/path/to/app\" line to preferences.txt"),
218+
null);
219219
}
220220
}

0 commit comments

Comments
 (0)