diff options
Diffstat (limited to 'plugins/NewStory/res')
-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 |