Ethereal-dev: [ethereal-dev] I want to write one line for "gtk/main.c" .
gtk/main.c
Now
......
if (argc >= 2 && strcmp(argv[1], "-G") == 0) {
dissect_init();
proto_registrar_dump();
exit(0);
}
/* Let GTK get its args */
gtk_init (&argc, &argv);
--->
if (argc >= 2 && strcmp(argv[1], "-G") == 0) {
dissect_init();
proto_registrar_dump();
exit(0);
}
gtk_set_locale ();
/* Let GTK get its args */
gtk_init (&argc, &argv);
I think good that add "gtk_set_locale ();" for gtk/main.c .
Because I use japanese Linux . But Now , some button of ethereal's
dialog box -- that is save as , open etc. --- message string are not
understand string . It is not japanese and english ...
But If you will write that sentence --"gtk_set_locale ();" --
,may be japanese or other countries langage will be OK.
Thanks for your good program.
good by.
-------------------------
I can't write english well.
I want to have image that what I talk you... ^^