diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-16 04:45:01 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-16 04:45:01 +0800 |
commit | 31fbe4c0fb0a2f24810ea0e18966fa6a022cb40e (patch) | |
tree | 4b043ee2e5b757edf6869b5b8e2b5acea041a9a7 /calendar | |
parent | 0921276c57e228e6da4a26fec627232d5f1f9186 (diff) | |
download | gsoc2013-evolution-31fbe4c0fb0a2f24810ea0e18966fa6a022cb40e.tar.gz gsoc2013-evolution-31fbe4c0fb0a2f24810ea0e18966fa6a022cb40e.tar.zst gsoc2013-evolution-31fbe4c0fb0a2f24810ea0e18966fa6a022cb40e.zip |
Give meaningful names to widgets in the calendar's General preferences
We'll hide some of those widgets when in Express mode.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.ui b/calendar/gui/dialogs/cal-prefs-dialog.ui index 70700d9e41..2ffefb8730 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.ui +++ b/calendar/gui/dialogs/cal-prefs-dialog.ui @@ -167,7 +167,7 @@ <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> - <object class="GtkLabel" id="label63"> + <object class="GtkLabel" id="label_second_zone"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Se_cond zone:</property> @@ -182,7 +182,7 @@ </packing> </child> <child> - <object class="GtkHBox" id="hbox25"> + <object class="GtkHBox" id="hbox_second_zone"> <property name="visible">True</property> <child> <object class="GtkButton" id="day_second_zone"> @@ -219,7 +219,7 @@ </packing> </child> <child> - <object class="GtkLabel" id="label11"> + <object class="GtkLabel" id="label_time_format"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Time format:</property> @@ -232,7 +232,7 @@ </packing> </child> <child> - <object class="GtkHBox" id="hbox4"> + <object class="GtkHBox" id="hbox_time_format"> <property name="visible">True</property> <property name="spacing">6</property> <child> @@ -305,7 +305,7 @@ </packing> </child> <child> - <object class="GtkHBox" id="hbox26"> + <object class="GtkHBox" id="hbox_use_system_timezone"> <property name="visible">True</property> <child> <object class="GtkCheckButton" id="use-system-tz-check"> |