summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-03-27 15:47:07 +0200
committerAndras Timar <atimar@suse.com>2012-03-27 15:47:07 +0200
commita7dc11cfbf351e05e23b66b66574c30c7fbbfc64 (patch)
tree2c4249957edac84464a340e90619659485e50815 /shell
parent99d1eff4a843811bf5cb192aa3a2dc29f85d935a (diff)
typo fix
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/internal/config.hxx2
-rw-r--r--shell/source/win32/shlxthandler/shlxthdl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx
index 0d3cbf518824..85069bc9540b 100644
--- a/shell/inc/internal/config.hxx
+++ b/shell/inc/internal/config.hxx
@@ -46,7 +46,7 @@
#define COLUMN_HANDLER_DESCRIPTIVE_NAME TEXT("LibreOffice Column Handler")
#define INFOTIP_HANDLER_DESCRIPTIVE_NAME TEXT("LibreOffice Infotip Handler")
#define PROPSHEET_HANDLER_DESCRIPTIVE_NAME TEXT("LibreOffice Property Sheet Handler")
-#define THUMBVIEWER_HANDLER_DESCRIPTIVAE_NAME TEXT("LibreOffice Thumbnail Viewer")
+#define THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME TEXT("LibreOffice Thumbnail Viewer")
#define META_CONTENT_NAME "meta.xml"
#define DOC_CONTENT_NAME "content.xml"
diff --git a/shell/source/win32/shlxthandler/shlxthdl.cxx b/shell/source/win32/shlxthandler/shlxthdl.cxx
index 0d4308c1127a..21257c717c5c 100644
--- a/shell/source/win32/shlxthandler/shlxthdl.cxx
+++ b/shell/source/win32/shlxthandler/shlxthdl.cxx
@@ -339,7 +339,7 @@ extern "C" STDAPI DllRegisterServer()
hr = E_FAIL;
if (SUCCEEDED(RegisterThumbviewerHandler(module_path.c_str())))
- ApproveShellExtension(CLSID_THUMBVIEWER_HANDLER, THUMBVIEWER_HANDLER_DESCRIPTIVAE_NAME);
+ ApproveShellExtension(CLSID_THUMBVIEWER_HANDLER, THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME);
else
hr = E_FAIL;