Make 1 section name of Preferences more explicit.

pull/9395/head^2
Don HO 4 years ago
parent a55d46d170
commit e26199ab51
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

@ -868,7 +868,7 @@ You can define several column markers by using white space to separate the diffe
</NewDoc> </NewDoc>
<DefaultDir title="Default Directory"> <DefaultDir title="Default Directory">
<Item id="6413" name="Default Directory (Open/Save)"/> <Item id="6413" name="Default Open/Save file Directory"/>
<Item id="6414" name="Follow current document"/> <Item id="6414" name="Follow current document"/>
<Item id="6415" name="Remember last used directory"/> <Item id="6415" name="Remember last used directory"/>
<Item id="6430" name="Use new style dialog (without Unix style path capacity)"/> <Item id="6430" name="Use new style dialog (without Unix style path capacity)"/>

@ -155,7 +155,7 @@ IDD_PREFERENCE_SUB_DEFAULTDIRECTORY DIALOGEX 0, 0, 455, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1 FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN BEGIN
GROUPBOX "Default Directory (Open/Save)",IDC_OPENSAVEDIR_GR_STATIC,110,29,232,101,BS_CENTER GROUPBOX "Default Open/Save file Directory",IDC_OPENSAVEDIR_GR_STATIC,110,29,232,101,BS_CENTER
CONTROL "Follow current document",IDC_OPENSAVEDIR_FOLLOWCURRENT_RADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,118,60,200,10 CONTROL "Follow current document",IDC_OPENSAVEDIR_FOLLOWCURRENT_RADIO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,118,60,200,10
CONTROL "Remember last used directory",IDC_OPENSAVEDIR_REMEMBERLAST_RADIO,"Button",BS_AUTORADIOBUTTON,118,75,217,10 CONTROL "Remember last used directory",IDC_OPENSAVEDIR_REMEMBERLAST_RADIO,"Button",BS_AUTORADIOBUTTON,118,75,217,10
CONTROL "",IDC_OPENSAVEDIR_ALWAYSON_RADIO,"Button",BS_AUTORADIOBUTTON,118,89,11,10 CONTROL "",IDC_OPENSAVEDIR_ALWAYSON_RADIO,"Button",BS_AUTORADIOBUTTON,118,89,11,10

Loading…
Cancel
Save