diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp b/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp index 66ee0cd4d..9a8b48098 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.cpp @@ -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; } diff --git a/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc b/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc index cb9561651..711c1f0d2 100644 --- a/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc +++ b/PowerEditor/src/ScitillaComponent/UserDefineDialog.rc @@ -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