Mercurial > wgsdk
diff src/include/dialog.rc @ 4:59bf702b2b21
*: stylistic changes
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 14 Aug 2022 13:17:32 -0400 |
parents | 712c7fd6702a |
children |
line wrap: on
line diff
--- a/src/include/dialog.rc Sun Aug 07 22:47:41 2022 -0400 +++ b/src/include/dialog.rc Sun Aug 14 13:17:32 2022 -0400 @@ -1,5 +1,5 @@ +#include <winres.h> #include "resource.h" -#include "winres.h" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US @@ -11,6 +11,5 @@ DEFPUSHBUTTON "OK",IDOK,149,50,50,14 PUSHBUTTON "Cancel",IDCANCEL,205,50,50,14 CONTROL "Show title in details",TITLE_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,7,77,10 - CONTROL "Show elapsed time in presence",ELAPSED_TIME_CHECK, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,20,114,10 + CONTROL "Show elapsed time in presence",ELAPSED_TIME_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,33,114,10 END