1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Macosx: new appbundler, new macosx builds. Use platform=macosx and platform=oldmacosx

This commit is contained in:
Federico Fissore
2015-01-30 16:42:04 +01:00
parent d61568a8be
commit d460982623
5 changed files with 152 additions and 54 deletions

View File

@ -2025,6 +2025,8 @@ public class Editor extends JFrame implements RunnerListener {
// As of Processing 1.0.10, this always happens immediately.
// http://dev.processing.org/bugs/show_bug.cgi?id=1456
toFront();
String prompt = I18n.format(_("Save changes to \"{0}\"? "), sketch.getName());
if (!OSUtils.isMacOS()) {