Fix some typos.
2004-02-10 Kjartan Maraas <kmaraas@gnome.org> * mime-edit-dialog.c: (mime_edit_dialog_get_app), (validate_data): Fix some typos.
This commit is contained in:
parent
bde175b0cb
commit
6641770f79
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-02-10 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* mime-edit-dialog.c: (mime_edit_dialog_get_app), (validate_data):
|
||||
Fix some typos.
|
||||
|
||||
2004-02-08 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* mime-edit-dialog.c: (validate_data): Remove extra
|
||||
|
|
|
@ -714,7 +714,7 @@ mime_edit_dialog_get_app (GladeXML *glade, char const *mime_type,
|
|||
|
||||
res->name = base_cmd;
|
||||
if (res->name != NULL && *res->name) {
|
||||
/* Can we use the app name as the id ?
|
||||
/* Can we use the app name as the id?
|
||||
* We know that there are no apps with the same
|
||||
* command, so if the id is taken we are screwed
|
||||
*/
|
||||
|
@ -854,7 +854,7 @@ validate_data (MimeEditDialog *dialog)
|
|||
GTK_WINDOW (dialog->p->dialog_win),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_OK_CANCEL,
|
||||
_("A MIME type with that name already exists, overwrite ?"));
|
||||
_("A MIME type with that name already exists, overwrite?"));
|
||||
}
|
||||
} else {
|
||||
err_dialog = gtk_message_dialog_new (
|
||||
|
|
Loading…
Add table
Reference in a new issue