wok view osmo/stuff/notes_items.patch @ rev 3671

Add filezilla
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:00:11 2009 +0200 (2009-07-11)
parents
children
line source
1 --- src/notes_items.c Fri Mar 6 20:03:53 2009
2 +++ src/notes_items.c Tue Jun 2 12:25:47 2009
3 @@ -1038,7 +1038,7 @@
4 if (check_if_encrypted (current_filename, appGUI) == TRUE) {
6 g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled"));
7 - gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
8 + utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window));
9 g_free (current_filename);
10 return;