Commit 0c2671c6 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

Add ShowDirSymLink and ShowDotFiles to the drive ui.

parent 1aa7afee
......@@ -127,7 +127,9 @@ BEGIN
EDITTEXT IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
LTEXT "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
EDITTEXT IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
CONTROL "Show directory symbolic links",IDC_SHOW_DIRSYM_LINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,250,230,8
CONTROL "Show dot files",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8
END
IDD_AUDIOCFG DIALOG DISCARDABLE 0, 0, 260, 250
......
......@@ -101,6 +101,8 @@
#define IDC_BUTTON_SHOW_HIDE_ADVANCED 1076
#define IDC_STATIC_TYPE 1077
#define IDC_LABELSERIAL_STATIC 1078
#define IDC_SHOW_DIRSYM_LINK 1079
#define IDC_SHOW_DOT_FILES 1080
#define IDC_DRIVE_LABEL 1078
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment