From e4d9af2abb01285540f92920f0d27b9873f3e217 Mon Sep 17 00:00:00 2001 From: nebojsa Date: Tue, 29 Sep 2009 20:58:56 +0000 Subject: [PATCH] fixed time labels --- .../src/products/gLiveSupport/src/SchedulePlaylistWindow.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/campcaster/src/products/gLiveSupport/src/SchedulePlaylistWindow.cxx b/campcaster/src/products/gLiveSupport/src/SchedulePlaylistWindow.cxx index d3b9c88bc..85e86d7d5 100644 --- a/campcaster/src/products/gLiveSupport/src/SchedulePlaylistWindow.cxx +++ b/campcaster/src/products/gLiveSupport/src/SchedulePlaylistWindow.cxx @@ -88,8 +88,8 @@ SchedulePlaylistWindow :: SchedulePlaylistWindow (Ptr::Ref playlist) glade->get_widget("minuteLabel1", minuteLabel); glade->get_widget("secondLabel1", secondLabel); hourLabel->set_label(*getResourceUstring("hourLabel")); - hourLabel->set_label(*getResourceUstring("minuteLabel")); - hourLabel->set_label(*getResourceUstring("secondLabel")); + minuteLabel->set_label(*getResourceUstring("minuteLabel")); + secondLabel->set_label(*getResourceUstring("secondLabel")); glade->get_widget("calendar1", calendar);