[yast-commit] r66319 - in /trunk/installation: control/control.SLED.xml control/control.SLES-for-VMware.xml control/control.SLES.xml package/yast2-installation.changes src/clients/inst_congratulate.ycp
![](https://seccdn.libravatar.org/avatar/9abae5a44b468ff0f519a06b897147dc.jpg?s=120&d=mm&r=g)
Author: jsrain Date: Fri Oct 7 13:25:53 2011 New Revision: 66319 URL: http://svn.opensuse.org/viewcvs/yast?rev=66319&view=rev Log: change the URL for congratulation dialog (bnc#720481) Modified: trunk/installation/control/control.SLED.xml trunk/installation/control/control.SLES-for-VMware.xml trunk/installation/control/control.SLES.xml trunk/installation/package/yast2-installation.changes trunk/installation/src/clients/inst_congratulate.ycp Modified: trunk/installation/control/control.SLED.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLED... ============================================================================== --- trunk/installation/control/control.SLED.xml (original) +++ trunk/installation/control/control.SLED.xml Fri Oct 7 13:25:53 2011 @@ -353,7 +353,7 @@ Click <b>Finish</b> to log in to the system. </p> <p> -Please visit us at http://www.novell.com/linux/. +Please visit us at http://www.suse.com/. </p> </label> </congratulate> Modified: trunk/installation/control/control.SLES-for-VMware.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLES... ============================================================================== --- trunk/installation/control/control.SLES-for-VMware.xml (original) +++ trunk/installation/control/control.SLES-for-VMware.xml Fri Oct 7 13:25:53 2011 @@ -289,7 +289,7 @@ Click Finish to log in to the system. </p> <p> -Please visit us at http://www.novell.com/linux/. +Please visit us at http://www.suse.com/. </p> </label> </congratulate> Modified: trunk/installation/control/control.SLES.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/control/control.SLES... ============================================================================== --- trunk/installation/control/control.SLES.xml (original) +++ trunk/installation/control/control.SLES.xml Fri Oct 7 13:25:53 2011 @@ -307,7 +307,7 @@ Click Finish to log in to the system. </p> <p> -Please visit us at http://www.novell.com/linux/. +Please visit us at http://www.suse.com/. </p> </label> </congratulate> Modified: trunk/installation/package/yast2-installation.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/package/yast2-instal... ============================================================================== --- trunk/installation/package/yast2-installation.changes (original) +++ trunk/installation/package/yast2-installation.changes Fri Oct 7 13:25:53 2011 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Oct 7 11:30:21 UTC 2011 - jsrain@site + +- change the URL for congratulation dialog (bnc#720481) + +------------------------------------------------------------------- Mon Sep 26 10:41:38 CEST 2011 - jsuchome@suse.cz - control.openSUSE: use lightdm as default DM for Xfce Modified: trunk/installation/src/clients/inst_congratulate.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/src/clients/inst_con... ============================================================================== --- trunk/installation/src/clients/inst_congratulate.ycp (original) +++ trunk/installation/src/clients/inst_congratulate.ycp Fri Oct 7 13:25:53 2011 @@ -95,7 +95,7 @@ string vendor_url_tmp = ProductFeatures::GetStringFeature("globals", "vendor_url"); // fallback - string vendor_url = "http://www.novell.com/linux/"; + string vendor_url = "http://www.suse.com/"; if (ProductFeatures::GetStringFeature("globals", "ui_mode") == "simple") { vendor_url = "http://www.openSUSE.org"; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn2.opensuse.org