[yast-commit] r60233 - in /branches/SuSE-Code-11-SP1-Branch/yast2: VERSION library/wizard/src/Wizard.ycp package/yast2.changes
Author: lslezak Date: Tue Jan 5 16:24:52 2010 New Revision: 60233 URL: http://svn.opensuse.org/viewcvs/yast?rev=60233&view=rev Log: - added missing UI::SetProductName() call - display the proper product name in help texts (using &product; macro) (bnc#535483) - 2.17.78 Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION branches/SuSE-Code-11-SP1-Branch/yast2/library/wizard/src/Wizard.ycp branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Modified: branches/SuSE-Code-11-SP1-Branch/yast2/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/VERSION?rev=60233&r1=60232&r2=60233&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/VERSION Tue Jan 5 16:24:52 2010 @@ -1 +1 @@ -2.17.77 +2.17.78 Modified: branches/SuSE-Code-11-SP1-Branch/yast2/library/wizard/src/Wizard.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/library/wizard/src/Wizard.ycp?rev=60233&r1=60232&r2=60233&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/library/wizard/src/Wizard.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/library/wizard/src/Wizard.ycp Tue Jan 5 16:24:52 2010 @@ -1801,6 +1801,7 @@ { y2milestone ("Setting product name to '%1'", name); product_name = name; + UI::SetProductName(product_name); } } Modified: branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes?rev=60233&r1=60232&r2=60233&view=diff ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/yast2/package/yast2.changes Tue Jan 5 16:24:52 2010 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jan 5 15:07:54 UTC 2010 - lslezak@suse.cz + +- added missing UI::SetProductName() call - display the proper + product name in help texts (using &product; macro) (bnc#535483) +- 2.17.78 + +------------------------------------------------------------------- Thu Nov 26 18:10:42 CET 2009 - kmachalkova@suse.cz - Fixed striping trailing \n from Hostname::CurrentHostname() -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org