diff options
Diffstat (limited to 'plugins/FavContacts/res/resource.rc')
-rw-r--r-- | plugins/FavContacts/res/resource.rc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/FavContacts/res/resource.rc b/plugins/FavContacts/res/resource.rc index bb5ecda54a..b7f9c3aa1d 100644 --- a/plugins/FavContacts/res/resource.rc +++ b/plugins/FavContacts/res/resource.rc @@ -67,12 +67,6 @@ BEGIN LTEXT "recent contacts",IDC_STATIC,84,160,65,10,SS_CENTERIMAGE
END
-IDD_LIST DIALOGEX 0, 0, 316, 183
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_BORDER | WS_SYSMENU
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
-BEGIN
-END
-
/////////////////////////////////////////////////////////////////////////////
//
@@ -99,14 +93,6 @@ BEGIN HORZGUIDE, 240
HORZGUIDE, 246
END
-
- IDD_LIST, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 309
- TOPMARGIN, 7
- BOTTOMMARGIN, 176
- END
END
#endif // APSTUDIO_INVOKED
@@ -114,15 +100,6 @@ END /////////////////////////////////////////////////////////////////////////////
-/////////////////////////////////////////////////////////////////////////////
-// Ukrainian resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_UKR)
-#ifdef _WIN32
-LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
-#endif //_WIN32
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -148,10 +125,6 @@ END #endif // APSTUDIO_INVOKED
-#endif // Ukrainian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -162,4 +135,3 @@ END /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
|