X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Ftables%2Fmi%2FFontAndColorHelper.java;h=1aabce633f505abc3e4f41280bba1543a8a34ff9;hb=278fa8f97a6ba31f3cbdd0c65d370563b943eca9;hp=befbac8cd560405b550dd02c15da10ac0f66b401;hpb=11e2aef0171915b9c789b6f1b68ba41eef7e3d92;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/FontAndColorHelper.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/FontAndColorHelper.java index befbac8c..1aabce63 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/FontAndColorHelper.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/tables/mi/FontAndColorHelper.java @@ -23,11 +23,11 @@ public class FontAndColorHelper private Font boldItalic, bold, italic, normal; private Color modifBackground, modifForeground, highlightBackground, highlightForeground; - private final static String font = "net.mograsim.plugin.table_font", - colorModifBackground = "net.mograsim.plugin.modified_cell_bg_color", - colorModifForeground = "net.mograsim.plugin.modified_cell_fg_color", - colorHighlightForeground = "net.mograsim.plugin.highlighted_cell_fg_color", - colorHighlightBackground = "net.mograsim.plugin.highlighted_cell_bg_color"; + private final static String font = "net.mograsim.plugin.mi.table_font", + colorModifBackground = "net.mograsim.plugin.mi.modified_cell_bg_color", + colorModifForeground = "net.mograsim.plugin.mi.modified_cell_fg_color", + colorHighlightForeground = "net.mograsim.plugin.mi.highlighted_cell_fg_color", + colorHighlightBackground = "net.mograsim.plugin.mi.highlighted_cell_bg_color"; private final IPropertyChangeListener updateListener; public FontAndColorHelper(TableViewer viewer, IThemeManager themeManager)