I use he following line, to select a file:
dialog = hildon_file_chooser_dialog_new (GTK_WINDOW (appdata->main_view), action);
The directory names don't appear properly, like:
sfil_li_folder_documents instead of documents.
or sfil_li_folder_sound clips instead of Sound clips.
The file names are correct, however, the discription line under the filenames are bad too: all of them are: sfil_li_modified_thisyear.
before gtk_init I use this:
#ifdef ENABLE_NLS bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR); bind_tetdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); #endif gtk_set_locale ();
Please help,
Best regards,
Denes
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
