summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/font.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-08-03 08:39:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-08-03 08:39:56 +0000
commit7ba9a0439558e45e45d176d790f6b35e80d51ad5 (patch)
treef41f4f14303407107cc27755fc644f0fc856ec19 /plugins/Popup/src/font.h
parentf0c370d7ad395c0db3001d836cd94690fa554a62 (diff)
there's no need in additional constant declarations
git-svn-id: http://svn.miranda-ng.org/main/trunk@17157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/font.h')
-rw-r--r--plugins/Popup/src/font.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Popup/src/font.h b/plugins/Popup/src/font.h
index 062dbb170f..8c14ee26e7 100644
--- a/plugins/Popup/src/font.h
+++ b/plugins/Popup/src/font.h
@@ -26,20 +26,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//basic constants for all popup plugins
#define PU_FNT_AND_COLOR LPGEN("Popups") //common main group for customice\font&color
-#define PU_FNT_AND_COLORW LPGENW("Popups") //common main group for customice\font&color
+
#define PU_FNT_AND_COLOR_DB MODULNAME //use eg mir_strcpy(fid.dbSettingsGroup, PU_FNT_GROUP_DB);
#define PU_FNT_PREFIX "fnt%s" //use eg mir_snprintf(fid.prefix, _countof(fid.prefix), PU_FNT_PREFIX, PU_FNT_NAME_....);
#define PU_FNT_NAME_TITLE LPGEN("Title")
-#define PU_FNT_NAME_TITLEW LPGENW("Title") //use eg mir_wstrcpy(fid.name, _T(FNT_NAME_....)) for FontIDW
#define PU_FNT_NAME_CLOCK LPGEN("Clock")
-#define PU_FNT_NAME_CLOCKW LPGENW("Clock")
#define PU_FNT_NAME_TEXT LPGEN("Text")
-#define PU_FNT_NAME_TEXTW LPGENW("Text")
#define PU_FNT_NAME_ACTION LPGEN("Action")
-#define PU_FNT_NAME_ACTIONW LPGENW("Action")
#define PU_FNT_NAME_HOVERED_ACTION LPGEN("Hovered action")
-#define PU_FNT_NAME_HOVERED_ACTIONW LPGENW("Hovered action")
#define PU_COL_BACK_NAME LPGENW("Background")
#define PU_COL_BACK_SETTING "ColourBg"