diff options
author | dartraiden <wowemuh@gmail.com> | 2020-04-07 17:39:26 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-04-07 17:39:26 +0300 |
commit | 11a4a63971a17d4fd19a7406f9a7bc8cbe944964 (patch) | |
tree | 4bcb7e8a370502ac8f241d5327bb0af77e582f57 | |
parent | badade9e1b8d16ec9e623341c0ff36fd6af204e3 (diff) |
Miranda IM is dead
-rw-r--r-- | plugins/NewStory/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index ddcb6b3394..4fe2e186e7 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -81,13 +81,13 @@ BEGIN DEFPUSHBUTTON "Close",IDCANCEL,167,149,50,17 EDITTEXT IDC_USERNICK,28,9,189,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER ICON "",IDC_MSGICON,7,7,16,14 - CONTROL "Sample text. With smileys: :) :D and hyperlinks: http://www.miranda-ng.org/",IDC_TEXT, + CONTROL "Sample text. With smileys: :) :D and hyperlinks: https://www.miranda-ng.org/",IDC_TEXT, "MTextControl",WS_TABSTOP,7,26,210,118 END IDD_HISTORY DIALOGEX 0, 0, 380, 319 STYLE DS_SETFONT | DS_NOIDLEMSG | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME -CAPTION "NewStory - New History for Miranda IM" +CAPTION "NewStory - New History for Miranda NG" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_MESSAGE,"MButtonClass",WS_TABSTOP,37,99,16,14 |