brasero r1105 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1105 - in trunk: . src
- Date: Sat, 16 Aug 2008 18:34:52 +0000 (UTC)
Author: philippr
Date: Sat Aug 16 18:34:51 2008
New Revision: 1105
URL: http://svn.gnome.org/viewvc/brasero?rev=1105&view=rev
Log:
Fix #547687 â Icons for video-cd-new action
* src/brasero-layout.c:
Modified:
trunk/ChangeLog
trunk/src/brasero-layout.c
Modified: trunk/src/brasero-layout.c
==============================================================================
--- trunk/src/brasero-layout.c (original)
+++ trunk/src/brasero-layout.c Sat Aug 16 18:34:51 2008
@@ -140,12 +140,13 @@
"F7", N_(BRASERO_LAYOUT_NONE_TOOLTIP), G_CALLBACK (brasero_layout_empty_toggled_cb), 1 }
};
+/** see #547687 **/
const GtkRadioActionEntry radio_entries [] = {
{ "HView", NULL, N_("_Horizontal Layout"),
- NULL, N_("Set an horizontal layout"), 0 },
+ NULL, N_("Set an horizontal layout"), 1 },
{ "VView", NULL, N_("_Vertical Layout"),
- NULL, N_("Set a vertical layout"), 1 },
+ NULL, N_("Set a vertical layout"), 0 },
};
const gchar description [] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]