diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-11 08:21:22 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-04-11 08:21:22 +0000 |
commit | ae9386320e848e876beabb1e0e4f911b8e3f01c0 (patch) | |
tree | 253794c8c0a716ebe073b342200343959b45de86 /plugins/SeenPlugin/res/resource.rc | |
parent | f2b7e7d868befc34325998e851eda7bea3467234 (diff) |
Not needed string removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/res/resource.rc')
-rw-r--r-- | plugins/SeenPlugin/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/res/resource.rc b/plugins/SeenPlugin/res/resource.rc index bbd9f7c784..e825449702 100644 --- a/plugins/SeenPlugin/res/resource.rc +++ b/plugins/SeenPlugin/res/resource.rc @@ -136,7 +136,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
DEFPUSHBUTTON "OK",IDOK,55,48,50,14
LTEXT "You missed following contacts:",IDC_TEXT,6,6,148,10
- CTEXT "Test\nTest",IDC_CONTACTS,6,22,148,16
+ CTEXT "",IDC_CONTACTS,6,22,148,16
END
IDD_HISTORY DIALOGEX 0, 0, 200, 120
|