Re: [evolution-patches] patch for #53194 : Change text indropdownlist for reminder types
- From: "V Ravi Kumar Raju" <vravikr yahoo co uk>
- To: "Rodrigo Moya" <rodrigo ximian com>, <tim ximian com>
- Cc: <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] patch for #53194 : Change text indropdownlist for reminder types
- Date: Mon, 17 May 2004 20:25:54 +0530
Hi ,
The patch contain code to change the text in dropdown list for reminder type
from "Display a message" to "Popup an alert" for the bug#53194.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2322
diff -u -p -r1.2322 ChangeLog
--- ChangeLog 14 May 2004 12:09:12 -0000 1.2322
+++ ChangeLog 17 May 2004 14:39:03 -0000
@@ -1,3 +1,9 @@
+2004-05-17 V Ravi Kumar Raju <vravikr yahoo co uk>
+
+ * gui/e-alarm-list.c
+ * gui/dialogs/alarm-page.glade: Change dropdown list item 'Display
a message'
+ for reminder types to 'Popup an alert'
+
2004-05-14 Rodrigo Moya <rodrigo ximian com>
* gui/e-day-view.c (process_component):
Index: gui/e-alarm-list.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-alarm-list.c,v
retrieving revision 1.8
diff -u -p -r1.8 e-alarm-list.c
--- gui/e-alarm-list.c 24 Mar 2004 00:17:57 -0000 1.8
+++ gui/e-alarm-list.c 17 May 2004 14:39:04 -0000
@@ -445,7 +445,7 @@ get_alarm_string (ECalComponentAlarm *al
break;
case E_CAL_COMPONENT_ALARM_DISPLAY:
- base = _("Display a message");
+ base = _("Popup an alert");
break;
case E_CAL_COMPONENT_ALARM_EMAIL:
Index: gui/dialogs/alarm-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/alarm-page.glade,v
retrieving revision 1.16
diff -u -p -r1.16 alarm-page.glade
--- gui/dialogs/alarm-page.glade 8 Mar 2004 21:26:46 -0000 1.16
+++ gui/dialogs/alarm-page.glade 17 May 2004 14:39:04 -0000
@@ -191,7 +191,7 @@
<child>
<widget class="GtkMenuItem" id="convertwidget2">
<property name="visible">True</property>
- <property name="label"
translatable="yes">Display a message</property>
+ <property name="label"
translatable="yes">Popup an alert</property>
<property name="use_underline">True</property>
</widget>
</child>
Regards
Ravi Kumar Raju
----- Original Message -----
From: "Rodrigo Moya" <rodrigo ximian com>
To: "V Ravi Kumar Raju" <vravikr yahoo co uk>
Cc: <tim ximian com>; <evolution-patches lists ximian com>
Sent: Monday, May 17, 2004 8:04 PM
Subject: Re: [evolution-patches] patch for #53194 : Change text
indropdownlist for reminder types
> On Mon, 2004-05-17 at 19:24 +0530, V Ravi Kumar Raju wrote:
> > Hi Rodrigo,
> >
> > Then I feel the best option will be to use 'Popup a message' or 'Popup
an
> > alert' that will suit for both the condition if you are going to use
popup a
> > message using system tray or a dialog box.
> >
> yes, that sounds much better. If nobody disagrees, then please use that.
>
> cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]