diff options
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
|