diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-19 13:33:46 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-19 13:33:46 +0000 |
| commit | 36df84a13018c6c26e7cd1bb8e093dc54393aed7 (patch) | |
| tree | be220c6dd21741370af430e066486143a4cc747f /plugins/DropBox/src/dropbox_icons.cpp | |
| parent | a8934644810474ad6f367759ee0ea14da12909de (diff) | |
folder rename
git-svn-id: http://svn.miranda-ng.org/main/trunk@8179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DropBox/src/dropbox_icons.cpp')
| -rw-r--r-- | plugins/DropBox/src/dropbox_icons.cpp | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/DropBox/src/dropbox_icons.cpp b/plugins/DropBox/src/dropbox_icons.cpp deleted file mode 100644 index c781369f8e..0000000000 --- a/plugins/DropBox/src/dropbox_icons.cpp +++ /dev/null @@ -1,33 +0,0 @@ -#include "dropbox.h"
-
-void CDropbox::InitIcons()
-{
- wchar_t filePath[MAX_PATH];
- GetModuleFileName(g_hInstance, filePath, MAX_PATH);
-
- wchar_t sectionName[100];
- mir_sntprintf(
- sectionName,
- SIZEOF(sectionName),
- _T("%s/%s"),
- LPGENT("Protocols"),
- LPGENT(MODULE));
-
- char settingName[100];
- mir_snprintf(
- settingName,
- SIZEOF(settingName),
- "%s_%s",
- MODULE,
- "main");
-
- SKINICONDESC sid = {0};
- sid.cbSize = sizeof(SKINICONDESC);
- sid.flags = SIDF_ALL_TCHAR;
- sid.ptszDefaultFile = filePath;
- sid.pszName = settingName;
- sid.ptszSection = sectionName;
- sid.ptszDescription = LPGENT("Protocol icon");
- sid.iDefaultIndex = -IDI_DROPBOX;
- /*HANDLE hIcon = */Skin_AddIcon(&sid);
-}
\ No newline at end of file |
