Added short titles for MPM columns
[Mograsim.git] / plugins / net.mograsim.plugin.core / src / net / mograsim / plugin / MainPreferencePage.java
index 87e2334..79a18f1 100644 (file)
@@ -34,8 +34,8 @@ public class MainPreferencePage extends FieldEditorPreferencePage implements IWo
                addField(new ComboFieldEditor("net.mograsim.logic.model.button.action", "Mouse button for actions", MOUSE_BUTTONS, parent));
                addField(new ComboFieldEditor("net.mograsim.logic.model.button.drag", "Mouse button for dragging", MOUSE_BUTTONS, parent));
                addField(new ComboFieldEditor("net.mograsim.logic.model.button.zoom", "Mouse button for zooming", MOUSE_BUTTONS, parent));
-               addField(new BooleanFieldEditor("net.mograsim.plugin.core.editors.mpm.descriptionascolumnname",
-                               "Use the MPM column description as table header", parent));
+               addField(new BooleanFieldEditor("net.mograsim.plugin.core.editors.mpm.bitsascolumnname",
+                               "Use the raw bit indices of MPM columns as column titles in the MPM editor", parent));
                // TODO add other preferences
        }
 }
\ No newline at end of file