1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

bug 274684: Indicators of string list modes for multi-configuration edits look like debug texts

This commit is contained in:
Andrew Gvozdev 2010-11-09 19:54:45 +00:00
parent 4ec4353e88
commit 2f6862ce71

View file

@ -243,6 +243,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
int result = PreferencesUtil.createPreferenceDialogOn(parent.getShell(), STRING_LIST_MODE_PREFERENCE_PAGE, null, null).open();
if (result!=Window.CANCEL) {
updateStringListModeControl();
update();
}
}
});