diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-08 14:18:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-08 14:18:12 +0000 |
commit | b073e215612eda97d9182bc951bf01058585b910 (patch) | |
tree | b738b31496c27223e2343c1d36a5434f54ef29a9 /plugins/PluginUpdater/src/Utils.cpp | |
parent | 7098878c15e41955369620fe2844a133aef4b4ef (diff) |
- temp folder auto-cleanup;
- manual cleanup removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Utils.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/Utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp index 2f1e0b17b5..c3863552dc 100644 --- a/plugins/PluginUpdater/src/Utils.cpp +++ b/plugins/PluginUpdater/src/Utils.cpp @@ -38,7 +38,6 @@ struct static iconList[] =
{
{ "check_update", LPGEN("Check for plugin updates"), IDI_MENU },
- { "empty_folder", LPGEN("Clear plugin updates folder"), IDI_DELETE },
{ "btn_ok", LPGEN("'Yes' Button"), IDI_OK },
{ "btn_cancel", LPGEN("'No' Button"), IDI_CANCEL }
};
|