summaryrefslogtreecommitdiff
path: root/src/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource.rc')
-rw-r--r--src/resource.rc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resource.rc b/src/resource.rc
index 32aeba4aeb..346178c68c 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -810,6 +810,14 @@ BEGIN
CONTROL "Download more language packs",IDC_MORELANG,"Hyperlink",WS_GROUP | WS_TABSTOP | 0x1,9,173,283,10
END
+IDD_COLORCHOOSER DIALOGEX 0, 0, 198, 150
+STYLE DS_SETFONT | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_BORDER
+EXSTYLE WS_EX_TOPMOST
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,172,136,26,14,NOT WS_TABSTOP
+ CTEXT "",IDC_COLORTEXT,0,0,197,12,SS_CENTERIMAGE
+END
/////////////////////////////////////////////////////////////////////////////
//