diff options
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 4fe2e186e7..c2aa2bab8b 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -97,8 +97,8 @@ BEGIN CONTROL "",IDC_EXPORT,"MButtonClass",WS_TABSTOP,90,99,16,14 CONTROL "",IDC_COPY,"MButtonClass",WS_TABSTOP,74,99,16,14 CONTROL "",IDC_FILTER,"MButtonClass",WS_TABSTOP,132,99,16,14 - CONTROL "",IDC_FINDNEXT,"MButtonClass",WS_TABSTOP,364,305,16,14 - CONTROL "",IDC_FINDPREV,"MButtonClass",WS_TABSTOP,337,305,16,14 + CONTROL "",IDC_FINDPREV,"MButtonClass",WS_TABSTOP,364,305,16,14 + CONTROL "",IDC_FINDNEXT,"MButtonClass",WS_TABSTOP,337,305,16,14 EDITTEXT IDC_SEARCHTEXT,19,305,305,14,ES_AUTOHSCROLL ICON "",IDC_SEARCHICON,1,298,20,20,SS_CENTERIMAGE CONTROL "",IDC_LOGOPTIONS,"MButtonClass",WS_TABSTOP,116,99,16,14 |