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:
Christian Grasser 2017-02-22 20:52:37 +01:00 committed by Don HO
parent eaf8f8e0e6
commit b335fd156b
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ INT_PTR CALLBACK FolderStyleDialog::run_dlgProc(UINT Message, WPARAM wParam, LPA
case WM_INITDIALOG : case WM_INITDIALOG :
{ {
_pageLink.init(_hInst, _hSelf); _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; return TRUE;
} }

View File

@ -37,8 +37,8 @@ IDD_FOLDER_STYLE_DLG DIALOGEX 36, 44, 466, 415
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x0 FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN BEGIN
LTEXT "http://udl20.weebly.com/",IDC_WEB_HELP_LINK,69,45,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,69,31,114,13 LTEXT "Temporary doc site:",IDC_WEB_HELP_STATIC,40,31,160,13
GROUPBOX "Documentation:",IDC_WEB_HELP_DESCGROUP_STATIC,12,14,210,49 GROUPBOX "Documentation:",IDC_WEB_HELP_DESCGROUP_STATIC,12,14,210,49
PUSHBUTTON "Styler",IDC_DEFAULT_STYLER,87,94,54,13 PUSHBUTTON "Styler",IDC_DEFAULT_STYLER,87,94,54,13
GROUPBOX "Default style:",IDC_DEFAULT_DESCGROUP_STATIC,12,71,210,49 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 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 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_VSCROLL | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW EXSTYLE WS_EX_TOOLWINDOW
CAPTION "User Defined Language v2.0" CAPTION "User Defined Language v2.1"
FONT 8, "MS Shell Dlg", 0, 0, 0x0 FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN BEGIN
LTEXT "User language : ",IDC_LANGNAME_STATIC,0,3,63,8,0,WS_EX_RIGHT LTEXT "User language : ",IDC_LANGNAME_STATIC,0,3,63,8,0,WS_EX_RIGHT