Code

fix 1516323
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 1 Apr 2007 22:35:03 +0000 (22:35 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 1 Apr 2007 22:35:03 +0000 (22:35 +0000)
src/dialogs/object-attributes.cpp
src/ui/context-menu.cpp

index 34f7e44638cf32d3b92bd840fbb26191f01322d2..f6369f39ad306a87acf892d0712786da6223b84f 100644 (file)
@@ -97,7 +97,7 @@ sp_object_attr_show_dialog ( SPObject *object,
         attrs[i] = desc[i].attribute;
     }
 
-    title = g_strdup_printf (_("%s attributes"), tag);
+    title = g_strdup_printf (_("%s Properties"), tag);
     w = sp_window_new (title, TRUE);
     g_free (title);
 
index 71e174fb6f83001d180094b5d27aa1f0d94f2629..20e4f74830f6d1656548d9cfa113de2ba0737900 100644 (file)
@@ -235,10 +235,6 @@ sp_anchor_menu(SPObject *object, SPDesktop *desktop, GtkMenu *m)
     gtk_signal_connect(GTK_OBJECT(w), "activate", GTK_SIGNAL_FUNC(sp_anchor_link_properties), item);
     gtk_widget_show(w);
     gtk_menu_append(GTK_MENU(m), w);
-    /* Separator */
-    w = gtk_menu_item_new();
-    gtk_widget_show(w);
-    gtk_menu_append(GTK_MENU(m), w);
     /* Select item */
     w = gtk_menu_item_new_with_mnemonic(_("_Follow Link"));
     gtk_signal_connect(GTK_OBJECT(w), "activate", GTK_SIGNAL_FUNC(sp_anchor_link_follow), item);