[evolution-patches] patch for bugs 246239 , 246242



hi,

    i have attached the patches for  the bugs 246239( two files ) , 246242 

these fixes the label and HIG-layout suggestions , 


Truly
H.A.Riyaz Ahmed
--- gtkhtml-editor-properties.glade	2005-07-05 15:47:23.000000000 +0530
+++ gtkhtml-editor-properties1.glade	2005-07-05 15:52:20.000000000 +0530
@@ -3709,7 +3709,7 @@
 		    <widget class="GtkCheckButton" id="check_strikeout">
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
-		      <property name="label" translatable="yes">_Strikeout</property>
+		      <property name="label" translatable="yes">_Strikethrough</property>
 		      <property name="use_underline">True</property>
 		      <property name="relief">GTK_RELIEF_NORMAL</property>
 		      <property name="focus_on_click">True</property>
--- menubar.c	2005-07-05 15:47:31.000000000 +0530
+++ menubar1.c	2005-07-05 16:29:03.661823496 +0530
@@ -373,7 +373,7 @@
 	if (cd->properties_dialog)
 		gtk_html_edit_properties_dialog_close (cd->properties_dialog);
 
-	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Properties"),
+	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Format"),
 								     gnome_icon_theme_lookup_icon (cd->icon_theme, "stock_properties", 16, NULL, NULL));
 
 	gtk_html_edit_properties_dialog_add_entry (cd->properties_dialog,
--- menubar.c	2005-07-05 15:47:31.000000000 +0530
+++ menubar1.c	2005-07-05 16:17:12.082000072 +0530
@@ -391,7 +391,7 @@
 	if (cd->properties_dialog)
 		gtk_html_edit_properties_dialog_close (cd->properties_dialog);
 
-	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Properties"),
+	cd->properties_dialog = gtk_html_edit_properties_dialog_new (cd, _("Format"),
 								     gnome_icon_theme_lookup_icon (cd->icon_theme, "stock_properties", 16, NULL, NULL));
 
 	gtk_html_edit_properties_dialog_add_entry (cd->properties_dialog,
--- ChangeLog	2005-07-05 16:32:26.740950776 +0530
+++ ChangeLog1	2005-07-05 16:03:32.000000000 +0530
@@ -1,3 +1,11 @@
+2005-07-05  H.A.Riyaz Ahmed <sunez riyaz gmail com>
+
+	* menubar.c : Changed the titlename in composer 
+
+	* gtkhtml-editor-properties.glade : Changed the option name
+
+	* Fixes Bug# 246239 
+                   # 246242	
 2005-07-01  Kaushal Kumar  <kakumar novell com>
 
 	* configure.in: bumped version to 3.7.3 for the new release.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]