Skip to content

Commit eda0f54

Browse files
committed
Change title bar from Arduino to ZAP
1 parent f16aa9a commit eda0f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Editor.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public class Editor extends JFrame implements RunnerListener {
156156

157157

158158
public Editor(Base ibase, String path, int[] location) {
159-
super("Arduino");
159+
super("ZAP");
160160
this.base = ibase;
161161

162162
Base.setIcon(this);
@@ -2237,7 +2237,7 @@ protected boolean handleOpenInternal(String path) {
22372237
// Set the title of the window to "sketch_070752a - Processing 0126"
22382238
setTitle(
22392239
I18n.format(
2240-
_("{0} | Arduino {1}"),
2240+
_("{0} | ZAP {1}"),
22412241
sketch.getName(),
22422242
Base.VERSION_NAME
22432243
)

0 commit comments

Comments
 (0)