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

Add: commoncpp2 (1.7.3)
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jul 29 16:43:43 2009 +0000 (2009-07-29)
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;