Mailinglist Archive: yast-commit (939 mails)
| < Previous | Next > |
[yast-commit] r52854 - in /trunk/squid: VERSION package/yast2-squid.changes src/complex.ycp
- From: jsrain@xxxxxxxxxxxxxxxx
- Date: Mon, 03 Nov 2008 16:37:47 -0000
- Message-id: <20081103163747.389E02E99F@xxxxxxxxxxxxxxxx>
Author: jsrain
Date: Mon Nov 3 17:37:46 2008
New Revision: 52854
URL: http://svn.opensuse.org/viewcvs/yast?rev=52854&view=rev
Log:
fixed button labels (bnc #440539)
Modified:
trunk/squid/VERSION
trunk/squid/package/yast2-squid.changes
trunk/squid/src/complex.ycp
Modified: trunk/squid/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/VERSION?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/VERSION (original)
+++ trunk/squid/VERSION Mon Nov 3 17:37:46 2008
@@ -1 +1 @@
-2.17.2
+2.17.3
Modified: trunk/squid/package/yast2-squid.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/package/yast2-squid.changes?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/package/yast2-squid.changes (original)
+++ trunk/squid/package/yast2-squid.changes Mon Nov 3 17:37:46 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 3 17:05:57 CET 2008 - jsrain@xxxxxxx
+
+- fixed button labels (bnc #440539)
+- 2.17.3
+
+-------------------------------------------------------------------
Fri Oct 24 15:26:54 CEST 2008 - jsrain@xxxxxxx
- reduced package dependencies
Modified: trunk/squid/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/src/complex.ycp?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/src/complex.ycp (original)
+++ trunk/squid/src/complex.ycp Mon Nov 3 17:37:46 2008
@@ -299,8 +299,8 @@
"screens" : screens,
"functions" : $[`abort : ReallyAbort],
"back_button" : "",
- "next_button" : Label::FinishButton(),
- "abort_button" : Label::AbortButton()
+ "next_button" : Label::OKButton(),
+ "abort_button" : Label::CancelButton()
]);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Nov 3 17:37:46 2008
New Revision: 52854
URL: http://svn.opensuse.org/viewcvs/yast?rev=52854&view=rev
Log:
fixed button labels (bnc #440539)
Modified:
trunk/squid/VERSION
trunk/squid/package/yast2-squid.changes
trunk/squid/src/complex.ycp
Modified: trunk/squid/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/VERSION?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/VERSION (original)
+++ trunk/squid/VERSION Mon Nov 3 17:37:46 2008
@@ -1 +1 @@
-2.17.2
+2.17.3
Modified: trunk/squid/package/yast2-squid.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/package/yast2-squid.changes?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/package/yast2-squid.changes (original)
+++ trunk/squid/package/yast2-squid.changes Mon Nov 3 17:37:46 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 3 17:05:57 CET 2008 - jsrain@xxxxxxx
+
+- fixed button labels (bnc #440539)
+- 2.17.3
+
+-------------------------------------------------------------------
Fri Oct 24 15:26:54 CEST 2008 - jsrain@xxxxxxx
- reduced package dependencies
Modified: trunk/squid/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/squid/src/complex.ycp?rev=52854&r1=52853&r2=52854&view=diff
==============================================================================
--- trunk/squid/src/complex.ycp (original)
+++ trunk/squid/src/complex.ycp Mon Nov 3 17:37:46 2008
@@ -299,8 +299,8 @@
"screens" : screens,
"functions" : $[`abort : ReallyAbort],
"back_button" : "",
- "next_button" : Label::FinishButton(),
- "abort_button" : Label::AbortButton()
+ "next_button" : Label::OKButton(),
+ "abort_button" : Label::CancelButton()
]);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |