2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / project / handlers / SelectParserContributionItem.java
index 64978a5ef134ce50544c59c038f96d3ab6f89a07..b2dc522b516df54060e3af9a33e76e969baa474d 100644 (file)
@@ -39,15 +39,16 @@ public class SelectParserContributionItem extends CompoundContributionItem {
             MenuManager subMenu = new MenuManager(providerEntry.getKey());\r
             for(Entry<String, String> entry : providerEntry.getValue().entrySet()) {\r
                 params = new HashMap<String, String>();\r
-                params.put("org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.selectparser.parser", entry.getValue());\r
+                params.put("org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.selectparser.parser", entry.getValue()); //$NON-NLS-1$\r
     \r
-                CommandContributionItemParameter param = new CommandContributionItemParameter(PlatformUI.getWorkbench().getActiveWorkbenchWindow(), "my.parameterid",\r
-                        "org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser",\r
+                CommandContributionItemParameter param = new CommandContributionItemParameter(PlatformUI.getWorkbench().getActiveWorkbenchWindow(),\r
+                               "my.parameterid", //$NON-NLS-1$\r
+                        "org.eclipse.linuxtools.tmf.ui.command.project.trace.selectparser", //$NON-NLS-1$\r
                         params,\r
                         null, // icon\r
                         null, // disabled icon\r
                         null, // hover icon\r
-                        entry.getKey().replaceAll("&", "&&"), // label\r
+                        entry.getKey().replaceAll("&", "&&"), // label  //$NON-NLS-1$//$NON-NLS-2$\r
                         null, // mnemonic\r
                         null, // tooltip\r
                         CommandContributionItem.STYLE_PUSH,\r
This page took 0.025384 seconds and 5 git commands to generate.