mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
Make 1 section name of Preferences more explicit.
This commit is contained in:
parent
a55d46d170
commit
e26199ab51
@ -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…
x
Reference in New Issue
Block a user