GNOME Bugzilla – Bug 135110
An UTF8 string was not converted to the current locale (again)
Last modified: 2004-12-22 21:47:04 UTC
The "Camera not detected" string (line 685 in dlg-photo-importer.c) has to be converted from UTF8 to the user's locale first in order to be readable. Here is a patch that fixes it, but there can be more cases which I cannot test because I lost my camera :( .
Created attachment 24648 [details] [review] Locally fixes one instance of mishandled UTF-8 text.
Forgot to mention that other strings in the same dialog and the one in dlg-camera.glade are drawn OK.
thank you.