diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 18:02:47 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-18 18:02:47 +0000 |
commit | fc02c04506fee6ae6412cff63a6b7536da0a7c00 (patch) | |
tree | 746c3bb48504dfdeb0aebf3e7c80f681f01374fa /plugins/TipperYM/options.h | |
parent | 0ade2615265006e4ab8f701425f66c0e7653aabb (diff) |
tipper my patch
git-svn-id: http://svn.miranda-ng.org/main/trunk@50 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/options.h')
-rw-r--r-- | plugins/TipperYM/options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/TipperYM/options.h b/plugins/TipperYM/options.h index 4866b09a8b..52411110fb 100644 --- a/plugins/TipperYM/options.h +++ b/plugins/TipperYM/options.h @@ -145,9 +145,9 @@ typedef struct { // tooltip skin
SkinMode skinMode;
- char szSkinName[256];
- char szPreviewFile[1024];
- char *szImgFile[SKIN_ITEMS_COUNT];
+ TCHAR szSkinName[256];
+ TCHAR szPreviewFile[1024];
+ TCHAR *szImgFile[SKIN_ITEMS_COUNT];
MARGINS margins[SKIN_ITEMS_COUNT];
TransformationMode transfMode[SKIN_ITEMS_COUNT];
PopupShowEffect showEffect;
|