diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-22 21:50:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-22 21:50:38 +0300 |
commit | de72c19d77098ca5a5870cfeb8bce5068e8a1092 (patch) | |
tree | 19e3d79e740c220e749d435b7365310a02e8d03f /plugins/NewStory/res | |
parent | 444a4a54745a33980b8d5bbe156cffaa3981f2ad (diff) |
NewStory: fix for the template preview window in options
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 570d5217c4..a06a664c5f 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -168,7 +168,7 @@ BEGIN LTEXT "Text preview:",IDC_STATIC,157,7,143,8 EDITTEXT IDC_PREVIEW,162,20,138,42,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY LTEXT "Graphic preview:",IDC_STATIC,157,67,143,8 - CONTROL "",IDC_GPREVIEW,"MTextControl",WS_TABSTOP,162,80,138,57 + CONTROL "",IDC_GPREVIEW,"NewstoryList",WS_TABSTOP,162,80,138,57 CONTROL "",IDC_COLOR1,"ColourPicker",WS_TABSTOP,15,200,24,13 CONTROL "",IDC_COLOR2,"ColourPicker",WS_TABSTOP,47,200,24,13 CONTROL "",IDC_COLOR3,"ColourPicker",WS_TABSTOP,79,200,24,13 |