summaryrefslogtreecommitdiff
path: root/shared/help_provider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/help_provider.cpp')
-rw-r--r--shared/help_provider.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/help_provider.cpp b/shared/help_provider.cpp
index 0110934c..9b9e1bc6 100644
--- a/shared/help_provider.cpp
+++ b/shared/help_provider.cpp
@@ -1,7 +1,7 @@
// **************************************************************************
// * This file is part of the FreeFileSync project. It is distributed under *
// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
+// * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) *
// **************************************************************************
//
#include "help_provider.h"
@@ -21,8 +21,6 @@ public:
wxT("FreeFileSync.chm"));
#elif defined FFS_LINUX
wxT("Help/FreeFileSync.hhp"));
-
- wxImage::AddHandler(new wxJPEGHandler); //ownership passed; display .jpg files correctly in Linux
#endif
}
bgstack15