Skip to content

Commit

Permalink
NetBeans sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Pav authored and Pav committed Jan 15, 2017
1 parent 55c7aa8 commit 938c05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/nbproject/
/build.xml
2 changes: 1 addition & 1 deletion src/tsrplugin/TsrPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void actionPerformed(ActionEvent evt) {
};

// Der Aktion einen Namen geben. Dieser Name wird dann im Kontextmenü gezeigt
action.putValue(Action.NAME, "An tvstreamrecord senden");
action.putValue(Action.NAME, "Mit TvStreamRecord aufnehmen");

// Der Aktion ein Icon geben. Dieses Icon wird mit dem Namen im Kontextmenü gezeigt
// Das Icon sollte 16x16 Pixel groß sein
Expand Down

0 comments on commit 938c05d

Please sign in to comment.