shell/inc/internal/config.hxx                |    2 +-
 shell/source/win32/shlxthandler/shlxthdl.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a7dc11cfbf351e05e23b66b66574c30c7fbbfc64
Author: Andras Timar <[email protected]>
Date:   Tue Mar 27 15:47:07 2012 +0200

    typo fix

diff --git a/shell/inc/internal/config.hxx b/shell/inc/internal/config.hxx
index 0d3cbf5..85069bc 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 0d4308c..21257c7 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;
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to