[Libreoffice-commits] core.git: extensions/source

Thomas Arnhold thomas at arnhold.org
Wed Aug 20 13:02:48 PDT 2014


 extensions/source/update/ui/updatecheckui.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6369973702286d92bfc34ab8305d4a9bcf5c27e
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Wed Aug 20 22:02:18 2014 +0200

    rename define too
    
    Change-Id: I33c9c867f058d69739d1389c76f76f89f1150b93

diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 1c1120f..5f15da3 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -53,7 +53,7 @@
 
 #include "updatecheckui.hrc"
 
-#define MSG_ERR_NO_WEBBROWSER_FOUND  (RID_SFX_APP_START + 7)
+#define STR_NO_WEBBROWSER_FOUND  (RID_SFX_APP_START + 7)
 
 #define PROPERTY_TITLE          "BubbleHeading"
 #define PROPERTY_TEXT           "BubbleText"


More information about the Libreoffice-commits mailing list