diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-02 18:54:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-02 18:54:31 +0000 |
commit | be03a46f6e347829f4b8ca2b17689bb5c5f49281 (patch) | |
tree | b774939c7f7df5b9ca7a93447293bf8e437cbd42 /plugins/Import | |
parent | 850c28d3889f68837931e1cbbfee0fc9290dd73f (diff) |
missing icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2604 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import')
-rw-r--r-- | plugins/Import/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 3b8b6cc0b6..627c81a424 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -108,7 +108,7 @@ static int OnExit(WPARAM wParam, LPARAM lParam) }
static IconItem iconList[] = {
- { LPGEN("Import..."), "import_main", -IDI_IMPORT }
+ { LPGEN("Import..."), "import_main", IDI_IMPORT }
};
extern "C" __declspec(dllexport) int Load(void)
|