diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-14 16:13:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-14 16:13:41 +0000 |
commit | 320e707ce83310093e240fb4779258a201d37b82 (patch) | |
tree | 433f00c39d492552f92991a9fbe914292da149b9 /plugins/Popup/src/opt_skins.cpp | |
parent | ac093517c8a975f51d8a696c34a6f75ce3a7fd10 (diff) |
switch to correct parameter types
git-svn-id: http://svn.miranda-ng.org/main/trunk@12817 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/opt_skins.cpp')
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index d33d63c26a..409e906ab4 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -198,7 +198,7 @@ int SkinOptionList_AddSkin(OPTTREE_OPTION* &options, int *OptionsCount, int pos return pos;
}
-// // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // /
+/////////////////////////////////////////////////////////////////////////////////////////
static LPTSTR mainOption [] = {
LPGENT("Show clock"),
|