diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-07 17:38:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-07 17:38:53 +0300 |
commit | badade9e1b8d16ec9e623341c0ff36fd6af204e3 (patch) | |
tree | 5a58d81985881f106330c1455c20ce2f3be10157 /plugins/NewStory/res | |
parent | d109da9838f3f3ec4872612e8da04c75671905f5 (diff) |
NewStory: remove useless "Close" button
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/11 close.ico | bin | 2550 -> 0 bytes | |||
-rw-r--r-- | plugins/NewStory/res/resource.rc | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewStory/res/11 close.ico b/plugins/NewStory/res/11 close.ico Binary files differdeleted file mode 100644 index a18dfd8b09..0000000000 --- a/plugins/NewStory/res/11 close.ico +++ /dev/null diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 6acaa04917..ddcb6b3394 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -35,7 +35,6 @@ ICO_FILTER ICON "06 filter.ico" ICO_EXPORT ICON "07 export.ico" ICO_COPY ICON "09 copy.ico" ICO_SENDMSG ICON "10 sendmsg.ico" -ICO_CLOSE ICON "11 close.ico" ICO_MSGIN ICON "12 msgin.ico" ICO_MSGOUT ICON "13 msgout.ico" ICO_SIGNIN ICON "14 signin.ico" @@ -91,7 +90,6 @@ STYLE DS_SETFONT | DS_NOIDLEMSG | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | CAPTION "NewStory - New History for Miranda IM" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - CONTROL "",IDC_CLOSE,"MButtonClass",WS_TABSTOP,364,99,16,14 CONTROL "",IDC_MESSAGE,"MButtonClass",WS_TABSTOP,37,99,16,14 CONTROL "",IDC_USERINFO,"MButtonClass",WS_TABSTOP,0,99,16,14 CONTROL "",IDC_USERMENU,"MButtonClass",WS_TABSTOP,21,99,16,14 |