GNOME Bugzilla – Bug 640008
A bit strange to refer to "files" in the media handling dialog
Last modified: 2011-01-26 04:17:58 UTC
Created attachment 178797 [details] screenshot It is a bit strange to refer to "files" in the media handling dialog heading. Also we should display a nicer description than the quoted mime type.
Similarly, "Choose an application for "software" files" is really odd.
I have added gtk_app_chooser_dialog_set_heading() now, which lets us override that label. Now we just need some good strings. "Select an application for audio CDs" "Select an application for video DVDs" "Select an application to run when a music player is connected" "Select an application to run when a camera is connected" "Select an application for software CDs" etc ?
So do we need a way to pass that heading in through the appchooserbutton api? The settings panel doesn't reference the dialog directly.
Oh yeah, we do.
I've added gtk_app_chooser_button_get/set_heading now.