You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/03/20 17:11:53 UTC

svn commit: r1302963 - in /incubator/ooo/trunk/main/desktop: os2/source/applauncher/launcher.cxx source/deployment/gui/dp_gui_updatedialog.src source/deployment/misc/dp_misc.src source/migration/services/migrationoo2.xml

Author: hdu
Date: Tue Mar 20 16:11:53 2012
New Revision: 1302963

URL: http://svn.apache.org/viewvc?rev=1302963&view=rev
Log:
update misc UI strings to AOO name change

Modified:
    incubator/ooo/trunk/main/desktop/os2/source/applauncher/launcher.cxx
    incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.src
    incubator/ooo/trunk/main/desktop/source/deployment/misc/dp_misc.src
    incubator/ooo/trunk/main/desktop/source/migration/services/migrationoo2.xml

Modified: incubator/ooo/trunk/main/desktop/os2/source/applauncher/launcher.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/os2/source/applauncher/launcher.cxx?rev=1302963&r1=1302962&r2=1302963&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/os2/source/applauncher/launcher.cxx (original)
+++ incubator/ooo/trunk/main/desktop/os2/source/applauncher/launcher.cxx Tue Mar 20 16:11:53 2012
@@ -104,7 +104,7 @@ int main( int argc, char* argv[])
 		sprintf( szMessage, "Execution failed! Contact technical support.\n\nReturn code: %d\nFailing module:%s\n", rc, szFail);
 		rc = WinMessageBox( HWND_DESKTOP, HWND_DESKTOP,
 							(PSZ)szMessage,
-							(PSZ)"Unable to start OpenOffice.org!",
+							(PSZ)"Unable to start Apache OpenOffice!",
 							0, MB_ERROR | MB_OK);
 		WinDestroyMsgQueue( hmq);
 		WinTerminate( hab);

Modified: incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.src
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.src?rev=1302963&r1=1302962&r2=1302963&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.src (original)
+++ incubator/ooo/trunk/main/desktop/source/deployment/gui/dp_gui_updatedialog.src Tue Mar 20 16:11:53 2012
@@ -239,10 +239,10 @@ ModalDialog RID_DLG_UPDATE {
         Text[en-US] = "The extension cannot be updated because:";
     };
     String RID_DLG_UPDATE_NODEPENDENCY {
-        Text[en-US] = "Required OpenOffice.org version doesn't match:";
+        Text[en-US] = "Required Apache OpenOffice version doesn't match:";
     };
     String RID_DLG_UPDATE_NODEPENDENCY_CUR_VER {
-        Text[en-US] = "You have OpenOffice.org %VERSION";
+        Text[en-US] = "You have Apache OpenOffice %VERSION";
     };
     String RID_DLG_UPDATE_BROWSERBASED {
         Text[en-US] = "browser based update";

Modified: incubator/ooo/trunk/main/desktop/source/deployment/misc/dp_misc.src
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/deployment/misc/dp_misc.src?rev=1302963&r1=1302962&r2=1302963&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/source/deployment/misc/dp_misc.src (original)
+++ incubator/ooo/trunk/main/desktop/source/deployment/misc/dp_misc.src Tue Mar 20 16:11:53 2012
@@ -28,9 +28,9 @@ String RID_DEPLYOMENT_DEPENDENCIES_UNKNO
 };
 
 String RID_DEPLYOMENT_DEPENDENCIES_MIN {
-    Text[en-US] = "Extension requires at least OpenOffice.org %VERSION";
+    Text[en-US] = "Extension requires at least Apache OpenOffice %VERSION";
 };
 
 String RID_DEPLYOMENT_DEPENDENCIES_MAX {
-    Text[en-US] = "Extension doesn't support versions greater than: OpenOffice.org %VERSION";
+    Text[en-US] = "Extension doesn't support versions greater than: Apache OpenOffice %VERSION";
 };

Modified: incubator/ooo/trunk/main/desktop/source/migration/services/migrationoo2.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/desktop/source/migration/services/migrationoo2.xml?rev=1302963&r1=1302962&r2=1302963&view=diff
==============================================================================
--- incubator/ooo/trunk/main/desktop/source/migration/services/migrationoo2.xml (original)
+++ incubator/ooo/trunk/main/desktop/source/migration/services/migrationoo2.xml Tue Mar 20 16:11:53 2012
@@ -34,7 +34,7 @@ original target interfaces on queryInter
     <component-description>
         <author>Thomas Benisch</author>
         <name>com.sun.star.comp.desktop.migration.Basic</name>
-        <description>migration service for OpenOffice.org Basic and dialogs</description>
+        <description>migration service for Apache OpenOffice Basic and dialogs</description>
         <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
         <language>c++</language>
         <status value="final"/>
@@ -51,7 +51,7 @@ original target interfaces on queryInter
     <component-description>
         <author>Thomas Benisch</author>
         <name>com.sun.star.comp.desktop.migration.Autocorrection</name>
-        <description>migration service for OpenOffice.org autocorrection</description>
+        <description>migration service for Apache OpenOffice autocorrection</description>
         <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
         <language>c++</language>
         <status value="final"/>