summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TipperYM/options.h')
-rw-r--r--plugins/TipperYM/options.h6
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;