Skip to content

Commit 591bc31

Browse files
committed
#89 update macro-name to eclipse44-format
1 parent 831cbb6 commit 591bc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/de/markiewb/netbeans/plugins/eclipse/formatter/v44/actions/FormatAction44.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
* @author markiewb
3232
*/
3333
@NbBundle.Messages({ "CTL_EclipseFormatter=Format with Eclipse formatter 4.4",
34-
"eclipse-format=Format with Eclipse formatter 4.4" })
34+
"eclipse44-format=Format with Eclipse formatter 4.4" })
3535
@EditorActionRegistration(name = FormatAction44.MACRONAME, mimeType = "text/x-java", menuPath = "Source", menuPosition = 0, menuText = "#CTL_EclipseFormatter")
3636
public class FormatAction44 extends org.netbeans.editor.BaseAction {
3737
public static final String ID = "org.netbeans.eclipse.formatter.ReformatWithEclipseBeforeSaveTask44";
38-
public static final String MACRONAME = "eclipse-format";
38+
public static final String MACRONAME = "eclipse44-format";
3939

4040
private static final Logger LOG = Logger.getLogger(FormatAction44.class.getName());
4141

0 commit comments

Comments
 (0)