http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43044
User: guy
Date: 2012/06/03 12:31 PM
Log:
Use g_filename_display_basename() rather than get_basename() when we're
getting the basename for display purposes, so it's converted from the
GLib/GTK+ locale filename encoding to UTF-8. (For Windows, the locale
filename encoding is UTF-8, and the internal encoding is UTF-16, so the
file names should *probably* all be valid UTF-8 - Windows may not
support invalid UTF-16 in file names. For Qt, I'm not sure whether the
file dialogs ever return file names in some non-UTF-8 encoding.)
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -1 capture_file_dlg.c Modified
+2 -2 main_statusbar.c Modified
Directory: /trunk/
Changes Path Action
+2 -2 file.c Modified