diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-26 20:02:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-26 20:02:29 +0000 |
commit | eecb95c8e17f3397f64820f36f2a1d2351fe92e0 (patch) | |
tree | 6a1734739dcc35e483cf90ee7e5b59c50c4b6203 /src/resource.rc | |
parent | 4efb047571ea60522a630290459a2ca3d488753e (diff) |
special icon for frames: SKINICON_OTHER_FRAME
git-svn-id: http://svn.miranda-ng.org/main/trunk@3296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resource.rc b/src/resource.rc index b04deaf640..fe1fd72d83 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -1056,6 +1056,7 @@ IDI_LOADED ICON "res/icon_loaded.ico" IDI_LOADED_GRAY ICON "res/icon_loaded_gray.ico"
IDI_NOTLOADED ICON "res/icon_notloaded.ico"
IDI_NOTLOADED_GRAY ICON "res/icon_notloaded_gray.ico"
+IDI_FRAME ICON "res/icon_frame.ico"
IDI_BLANK ICON "res/_blank.ico"
IDI_UNDO ICON "res/icon_undo.ico"
IDI_WINDOW ICON "res/icon_window.ico"
|