From e0377024f5048273f409b4844c2b44e3e7bb5d7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Jan 2021 15:50:20 +0300 Subject: fixes #2702 (Dbx_sqlite: missing "Compact" menu item) --- plugins/Dbx_mdbx/res/compact.ico | Bin 5430 -> 0 bytes plugins/Dbx_mdbx/res/dbx_mdbx.rc | 28 ---------------------------- 2 files changed, 28 deletions(-) delete mode 100644 plugins/Dbx_mdbx/res/compact.ico (limited to 'plugins/Dbx_mdbx/res') diff --git a/plugins/Dbx_mdbx/res/compact.ico b/plugins/Dbx_mdbx/res/compact.ico deleted file mode 100644 index d9c35f5d6d..0000000000 Binary files a/plugins/Dbx_mdbx/res/compact.ico and /dev/null differ diff --git a/plugins/Dbx_mdbx/res/dbx_mdbx.rc b/plugins/Dbx_mdbx/res/dbx_mdbx.rc index e52335b93f..159d3de16b 100644 --- a/plugins/Dbx_mdbx/res/dbx_mdbx.rc +++ b/plugins/Dbx_mdbx/res/dbx_mdbx.rc @@ -18,15 +18,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_COMPACT ICON "compact.ico" - #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // @@ -43,26 +34,7 @@ BEGIN "#include \0" END -3 TEXTINCLUDE -BEGIN - "\r\n" - "\0" -END - #endif // APSTUDIO_INVOKED #endif // Английский (США) resources ///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - -- cgit v1.2.3