diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-09-17 15:20:58 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-09-17 15:20:58 +0000 |
commit | 5fa7bb1bd7a975178f64a0cd70f88a1de5764dc2 (patch) | |
tree | 3b93fe5e4fdb99286b89e590be40dc0248ac6968 /plugins/ProfileManager/res | |
parent | 08253a6da81f34d030ea55051ca45d21919b2b8a (diff) |
ProfileManager: Added menu items for restart and dbchecker.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager/res')
-rw-r--r-- | plugins/ProfileManager/res/resource.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ProfileManager/res/resource.rc b/plugins/ProfileManager/res/resource.rc index 8a81324da1..11526085cc 100644 --- a/plugins/ProfileManager/res/resource.rc +++ b/plugins/ProfileManager/res/resource.rc @@ -30,6 +30,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // remains consistent on all systems.
IDI_ChangePM ICON "ChangePM.ico"
IDI_LoadPM ICON "LoadPM.ico"
+IDI_Restart ICON "Restart.ico"
+IDI_Dbchecker ICON "Dbchecker.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|