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 / editors / TmfEditor.java
index 91708c75926ef6a40fd0ecc672dd97129e6ddceb..958f19a2bf3753ee42d4fb1c18575b69a86851bf 100644 (file)
@@ -27,7 +27,7 @@ public abstract class TmfEditor extends EditorPart implements ITmfComponent {
 \r
     public TmfEditor() {\r
         super();\r
-        fName = "TmfEditor";\r
+        fName = "TmfEditor"; //$NON-NLS-1$\r
         TmfSignalManager.register(this);\r
     }\r
 \r
This page took 0.023624 seconds and 5 git commands to generate.