summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/GuiCommon.rc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/7zip/GuiCommon.rc')
-rw-r--r--3rdparty/lzma/CPP/7zip/GuiCommon.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/lzma/CPP/7zip/GuiCommon.rc b/3rdparty/lzma/CPP/7zip/GuiCommon.rc
index 6b26ddd85c9..b67409b922f 100644
--- a/3rdparty/lzma/CPP/7zip/GuiCommon.rc
+++ b/3rdparty/lzma/CPP/7zip/GuiCommon.rc
@@ -71,6 +71,9 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
DEFPUSHBUTTON "OK", IDOK, bx2, by, bxs, bys \
PUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
+#define MY_BUTTON__CLOSE \
+ DEFPUSHBUTTON "&Close", IDCLOSE, bx1, by, bxs, bys
+
#define MY_COMBO CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
#define MY_COMBO_SORTED MY_COMBO | CBS_SORT