diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-29 18:59:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-29 18:59:21 +0300 |
commit | d781cfdb76e0e81e0990208514e614d1b785d803 (patch) | |
tree | 36c0857fb8645307736c7039654f5e34e6ee634d /plugins/NewStory/res/resource.rc | |
parent | 314930f98aac1dd2c482ff3b79d4810142dc25f9 (diff) |
fixes #2363 (NewStory: add ability to clear history for specified contact)
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index c7623316ec..82eb607d46 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -90,12 +90,13 @@ STYLE DS_SETFONT | DS_NOIDLEMSG | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | CAPTION "NewStory - new history for Miranda NG" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - 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 + CONTROL "",IDC_MESSAGE,"MButtonClass",WS_TABSTOP,37,99,16,14 CONTROL "",IDC_SEARCH,"MButtonClass",WS_TABSTOP,53,99,16,14 - CONTROL "",IDC_EXPORT,"MButtonClass",WS_TABSTOP,90,99,16,14 CONTROL "",IDC_COPY,"MButtonClass",WS_TABSTOP,74,99,16,14 + CONTROL "",IDC_EXPORT,"MButtonClass",WS_TABSTOP,90,99,16,14 + CONTROL "",IDC_DELETE,"MButtonClass",WS_TABSTOP,104,99,16,14 CONTROL "",IDC_FILTER,"MButtonClass",WS_TABSTOP,132,99,16,14 CONTROL "",IDC_FINDPREV,"MButtonClass",WS_TABSTOP,364,305,16,14 CONTROL "",IDC_FINDNEXT,"MButtonClass",WS_TABSTOP,337,305,16,14 |