summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b102ead)
raw | patch | inline | side by side (parent: b102ead)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 1 Apr 2007 22:35:03 +0000 (22:35 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 1 Apr 2007 22:35:03 +0000 (22:35 +0000) |
src/dialogs/object-attributes.cpp | patch | blob | history | |
src/ui/context-menu.cpp | patch | blob | history |
index 34f7e44638cf32d3b92bd840fbb26191f01322d2..f6369f39ad306a87acf892d0712786da6223b84f 100644 (file)
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)
--- a/src/ui/context-menu.cpp
+++ b/src/ui/context-menu.cpp
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);