diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-02 21:30:45 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-02 21:30:45 +0300 |
commit | e59cb2e8ac2d6c21016f773f0f26148343a5839c (patch) | |
tree | 691509fc094aa3ee04f253f98e9e446449acf55f /plugins/NewStory/res/resource.rc | |
parent | a31f8593ccadbd503bac842fd6b6e4c9e84b62aa (diff) |
NewStory: grammarly fixes
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-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 e82a6ada7c..60013a2b81 100644 --- a/plugins/NewStory/res/resource.rc +++ b/plugins/NewStory/res/resource.rc @@ -109,7 +109,7 @@ 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 NG" +CAPTION "" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_USERINFO,"MButtonClass",WS_TABSTOP,0,99,16,14 @@ -378,7 +378,7 @@ BEGIN MENUITEM "Options...", ID_LOGOPTIONS_OPTIONS MENUITEM "Templates...", ID_LOGOPTIONS_TEMPLATES END - POPUP "Context" + POPUP "" BEGIN MENUITEM "Cancel", ID_CONTEXT_CANCEL MENUITEM SEPARATOR |