--- Begin Message ---
Package: gtkterm
Version: 0.99.5-1
Priority: wishlist
Tags: l10n patch
--- gtkterm-0.99.5/src/widgets.c 2005-09-23 00:13:00.000000000 +0400
+++ gtkterm-0.99.5.mod/src/widgets.c 2009-08-21 14:40:25.000000000 +0400
@@ -123,7 +123,7 @@
{N_("/File/Clear screen") , "<ctrl>L", (GtkItemFactoryCallback)clear_buffer, 0, "<StockItem>", GTK_STOCK_CLEAR},
{N_("/File/Send _raw file") , "<ctrl>R", (GtkItemFactoryCallback)fichier, 1, "<StockItem>",GTK_STOCK_JUMP_TO},
{N_("/File/_Save raw file") , NULL, (GtkItemFactoryCallback)fichier, 2, "<StockItem>", GTK_STOCK_SAVE_AS},
- {N_("/File/Separator") , NULL, NULL, 0, "<Separator>"},
+ {"/File/Separator" , NULL, NULL, 0, "<Separator>"},
{N_("/File/E_xit") , "<ctrl>Q", gtk_main_quit, 0, "<StockItem>", GTK_STOCK_QUIT},
{N_("/_Configuration"), NULL, NULL, 0, "<Branch>"},
{N_("/Configuration/_Port"), "<ctrl>S", (GtkItemFactoryCallback)Config_Port_Fenetre, 0, "<StockItem>", GTK_STOCK_PREFERENCES},
@@ -131,7 +131,7 @@
{N_("/Configuration/Local _echo"), NULL, (GtkItemFactoryCallback)Toggle_Echo, 0, "<CheckItem>"},
{N_("/Configuration/_CR LF auto"), NULL, (GtkItemFactoryCallback)Toggle_Crlfauto, 0, "<CheckItem>"},
{N_("/Configuration/_Macros"), NULL, (GtkItemFactoryCallback)Config_macros, 0, "<Item>"},
- {N_("/Configuration/Separator") , NULL, NULL, 0, "<Separator>"},
+ {"/Configuration/Separator" , NULL, NULL, 0, "<Separator>"},
{N_("/Configuration/_Load configuration"), NULL, (GtkItemFactoryCallback)config_window, 0, "<StockItem>", GTK_STOCK_OPEN},
{N_("/Configuration/_Save configuration"), NULL, (GtkItemFactoryCallback)config_window, 1, "<StockItem>", GTK_STOCK_SAVE_AS},
{N_("/Configuration/_Delete configuration"), NULL, (GtkItemFactoryCallback)config_window, 2, "<StockItem>", GTK_STOCK_DELETE},
@@ -149,7 +149,7 @@
{N_("/View/Hexadecimal chars/_24"), NULL, (GtkItemFactoryCallback)hexadecimal_chars_to_display, 24, "/View/Hexadecimal chars/8"},
{N_("/View/Hexadecimal chars/_32"), NULL, (GtkItemFactoryCallback)hexadecimal_chars_to_display, 32, "/View/Hexadecimal chars/8"},
{N_("/View/Show _index"), NULL, (GtkItemFactoryCallback)toggle_index, 0, "<CheckItem>"},
- {N_("/View/Separator") , NULL, NULL, 0, "<Separator>"},
+ {"/View/Separator" , NULL, NULL, 0, "<Separator>"},
{N_("/View/_Send hexadecimal data") , NULL, (GtkItemFactoryCallback)show_hide_hex, 0, "<CheckItem>"},
{N_("/_Help"), NULL, NULL, 0, "<LastBranch>"},
{N_("/Help/_About..."), NULL, (GtkItemFactoryCallback)a_propos, 0, "<StockItem>", GTK_STOCK_DIALOG_INFO}
--- End Message ---