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=5f8f05cd27d2b7663e32093c3e9c542b1af9224b;hp=befbac8cd560405b550dd02c15da10ac0f66b401;hpb=371a7ef0e3f6574316d03f2e980abaa0e389c567;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)