the below patch should be applied to resolve conflicting accelerators. unfortunately, it breaks the string freeze, so I suppose it will have to wait for the post 2.6.0 era. so my merry band of translators and release maintainers, how shall it be? ---- diff -p -u -5 -r1.25 ggv-prefs-ui.c --- ggv/src/ggv-prefs-ui.c 2004/02/10 22:16:30 1.25 +++ ggv/src/ggv-prefs-ui.c 2004/03/03 05:10:02 @@ -556,11 +556,11 @@ ggv_prefs_dialog_new() /* Document page */ table = gtk_table_new(10, 2, FALSE); /* zoom choice menu */ - label = gtk_label_new_with_mnemonic(_("_Default Zoom:")); + label = gtk_label_new_with_mnemonic(_("Default _Zoom:")); gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_RIGHT); gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, @@ -613,11 +613,11 @@ ggv_prefs_dialog_new() GTK_SHRINK | GTK_FILL, GNOME_PAD_SMALL, GNOME_PAD_SMALL); gtk_label_set_mnemonic_widget(GTK_LABEL(label), dlg->auto_fit); /* units choice menu */ - label = gtk_label_new_with_mnemonic(_("_Coordinate units:")); + label = gtk_label_new_with_mnemonic(_("Coordinate _units:")); gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_RIGHT); gtk_table_attach(GTK_TABLE(table), label, 0, 1, 2, 3, ---- regards, jaKa -- email: jaka@gnu.org w3: http://fish.homeunix.org/people/jaka
This is a digitally signed message part