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

Update: Rocrail (TOOLPREFIX)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 24 13:40:38 2009 +0000 (2009-08-24)
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;