diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-07 20:46:56 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-07 20:46:56 +0000 |
commit | 96d6803160cff5941a7d4e3913eb5fcc41a98fc9 (patch) | |
tree | 818cca2dbb02e99de9e296580dd2f3833fbcd81f /plugins/IEView/src/resource.h | |
parent | 5d10fc1bc38dd867ab191cd0fdcc21bb6e021cef (diff) |
IEView:
- Removed PNG-workaround for old Internet Explorer
- BBCode "img" now supports "https"-links (fixes #805)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/resource.h')
-rw-r--r-- | plugins/IEView/src/resource.h | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/plugins/IEView/src/resource.h b/plugins/IEView/src/resource.h index ce77e9d24f..f4c7095b47 100644 --- a/plugins/IEView/src/resource.h +++ b/plugins/IEView/src/resource.h @@ -1,22 +1,7 @@ -/*
-IEView Plugin for Miranda IM
-Copyright (C) 2005-2010 Piotr Piastucki
-
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-*/
-
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by ..\res\ieview.rc
+//
#define ID_MENU_COPY 15
#define ID_MENU_PRINT 27
#define ID_MENU_SELECTALL 31
@@ -33,11 +18,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IDC_SCROLL_BACKGROUND_IMAGE 1003
#define IDC_ENABLE_BBCODES 1004
#define IDC_ENABLE_FLASH 1005
-#define IDC_ENABLE_PNGHACK 1007
#define IDC_SMILEYS_IN_NAMES 1008
#define IDC_NO_BORDER 1009
-#define IDC_ENABLE_EMBED 1010
-#define IDC_EMBED_SIZE 1011
+#define IDC_ENABLE_EMBED 1010
+#define IDC_EMBED_SIZE 1011
#define IDC_EXTERNALCSS 1020
#define IDC_EXTERNALCSS_FILENAME 1021
#define IDC_BROWSE_EXTERNALCSS 1022
|