Hi,
I have a question regarding localizable strings: what does "trace" mean in the following two strings (the first one from src/object-ui.cpp, the second from src/sp-image.cpp):
#ifdef ENABLE_AUTOTRACE /* Autotrace dialog */ w = gtk_menu_item_new_with_mnemonic (_("_Trace")); // <--- STRING1 gtk_object_set_data (GTK_OBJECT (w), "desktop", desktop); gtk_signal_connect (GTK_OBJECT (w), "activate", GTK_SIGNAL_FUNC (sp_image_autotrace), item); gtk_widget_show (w); gtk_menu_append (GTK_MENU (m), w); #endif /* Def: ENABLE_AUTOTRACE */
static void autotrace_dialog (SPImage * img) { gchar *title = _("Trace"); // <--- STRING2
GtkWidget *trace_dialog; GtkWidget * header_area; GtkWidget * header_sep; at_bitmap_type * bitmap;
__________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo