diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-03 12:51:52 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-03 12:51:52 +0300 |
commit | fa0e1943d5a6eeb5502b0c68f0170f05d76d6a95 (patch) | |
tree | 115198fec7c0f86f4a4ccc87583946dbfb3e447e /plugins/NewStory/res/resource.rc | |
parent | f848419d66312abfcd32d26db138566b2359e468 (diff) |
fixes #3779 (NewStory: обновлять текущий предпросмотр шаблона при применении изменений)
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index 7b2953fbb6..c330de5a5c 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -60,8 +60,6 @@ IDI_CALENDAR ICON "calendar.ico" IDI_RESET ICON "reset.ico" -IDI_PREVIEW ICON "reload.ico" - IDI_VARHELP ICON "vars.ico" IDI_TPLGROUP ICON "folder.ico" @@ -161,9 +159,8 @@ BEGIN 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_RESET,"MButtonClass",WS_TABSTOP,230,202,16,16 - CONTROL "",IDC_DISCARD,"MButtonClass",WS_TABSTOP,248,202,16,16 - CONTROL "",IDC_UPDATEPREVIEW,"MButtonClass",WS_TABSTOP,266,202,16,16 + CONTROL "",IDC_RESET,"MButtonClass",WS_TABSTOP,248,202,16,16 + CONTROL "",IDC_DISCARD,"MButtonClass",WS_TABSTOP,266,202,16,16 CONTROL "",IDC_VARHELP,"MButtonClass",WS_DISABLED | WS_TABSTOP,284,202,16,16 END |