diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-02 04:03:30 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-02 04:03:30 +0300 |
commit | 63a3fc37c9988835b397d234e7f1f6210d5fe284 (patch) | |
tree | 7c40cb62a323553f51037ea6809f86b551c40861 /plugins/NewStory/res | |
parent | 82011595ca58ce31524a07954150a6022475987e (diff) |
no "/" - do not have to escape in langpacks
Diffstat (limited to 'plugins/NewStory/res')
-rw-r--r-- | plugins/NewStory/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc index e9f24e3fac..e82a6ada7c 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -103,7 +103,7 @@ 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: https://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 |