Skip to content

Commit

Permalink
Changed sketch title reference to be Mpide
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed Aug 13, 2011
1 parent 095dacd commit b3494c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/processing/app/Editor.java
Expand Up @@ -2136,7 +2136,7 @@ protected boolean handleOpenInternal(String path) {
}
header.rebuild();
// Set the title of the window to "sketch_070752a - Processing 0126"
setTitle(sketch.getName() + " | Arduino " + Base.VERSION_NAME);
setTitle(sketch.getName() + " | Mpide " + Base.VERSION_NAME);
// Disable untitled setting from previous document, if any
untitled = false;

Expand Down

0 comments on commit b3494c9

Please sign in to comment.