update docu from udl v2.0 to v2.1
see https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2713 Closes #2943
This commit is contained in:
parent
eaf8f8e0e6
commit
b335fd156b
@ -92,7 +92,7 @@ INT_PTR CALLBACK FolderStyleDialog::run_dlgProc(UINT Message, WPARAM wParam, LPA
|
||||
case WM_INITDIALOG :
|
||||
{
|
||||
_pageLink.init(_hInst, _hSelf);
|
||||
_pageLink.create(::GetDlgItem(_hSelf, IDC_WEB_HELP_LINK), TEXT("http://udl20.weebly.com/"));
|
||||
_pageLink.create(::GetDlgItem(_hSelf, IDC_WEB_HELP_LINK), TEXT("https://ivan-radic.github.io/udl-documentation/"));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -37,8 +37,8 @@ IDD_FOLDER_STYLE_DLG DIALOGEX 36, 44, 466, 415
|
||||
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "http://udl20.weebly.com/",IDC_WEB_HELP_LINK,69,45,114,13
|
||||
LTEXT "Temporary doc site:",IDC_WEB_HELP_STATIC,69,31,114,13
|
||||
LTEXT "https://ivan-radic.github.io/udl-documentation/",IDC_WEB_HELP_LINK,40,45,160,13
|
||||
LTEXT "Temporary doc site:",IDC_WEB_HELP_STATIC,40,31,160,13
|
||||
GROUPBOX "Documentation:",IDC_WEB_HELP_DESCGROUP_STATIC,12,14,210,49
|
||||
PUSHBUTTON "Styler",IDC_DEFAULT_STYLER,87,94,54,13
|
||||
GROUPBOX "Default style:",IDC_DEFAULT_DESCGROUP_STATIC,12,71,210,49
|
||||
@ -234,7 +234,7 @@ END
|
||||
IDD_GLOBAL_USERDEFINE_DLG DIALOGEX 36, 44, 490, 470
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_VSCROLL | WS_SYSMENU
|
||||
EXSTYLE WS_EX_TOOLWINDOW
|
||||
CAPTION "User Defined Language v2.0"
|
||||
CAPTION "User Defined Language v2.1"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "User language : ",IDC_LANGNAME_STATIC,0,3,63,8,0,WS_EX_RIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user