diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-22 13:31:18 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-22 13:31:18 +0000 |
commit | 1b00af648297cf1d68dba4c9f57645c9129e1327 (patch) | |
tree | f7f71083672ee492d664af9e50e5aebf472e1b7e | |
parent | bdd0ec075f902844f174f4b0733f92642d446544 (diff) |
ooops
git-svn-id: http://svn.miranda-ng.org/main/trunk@1098 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/MyDetails/frame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MyDetails/frame.cpp b/plugins/MyDetails/frame.cpp index e85fd8ff52..1da129908c 100644 --- a/plugins/MyDetails/frame.cpp +++ b/plugins/MyDetails/frame.cpp @@ -221,7 +221,7 @@ int CreateFrame() for (int i = 0 ; i < NUM_FONTS ; i++) {
ZeroMemory(&font_id[i], sizeof(font_id[i]));
- font_id[i].cbSize = sizeof(FontID);
+ font_id[i].cbSize = sizeof(FontIDT);
_tcsncpy(font_id[i].group, LPGENT("My Details"), SIZEOF(font_id[i].group));
_tcsncpy(font_id[i].name, font_names[i], SIZEOF(font_id[i].name));
strncpy(font_id[i].dbSettingsGroup, MODULE_NAME, SIZEOF(font_id[i].dbSettingsGroup));
|