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/Options.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/Options.h')
-rw-r--r-- | plugins/IEView/src/Options.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEView/src/Options.h b/plugins/IEView/src/Options.h index 4fbf6fe4a1..e6a2bec535 100644 --- a/plugins/IEView/src/Options.h +++ b/plugins/IEView/src/Options.h @@ -207,7 +207,6 @@ public: enum OPTIONS {
GENERAL_ENABLE_BBCODES = 0x000001,
GENERAL_ENABLE_FLASH = 0x000004,
- GENERAL_ENABLE_PNGHACK = 0x000008,
GENERAL_SMILEYINNAMES = 0x000010,
GENERAL_NO_BORDER = 0x000020,
GENERAL_ENABLE_EMBED = 0x000040,
|