wok-6.x diff osmo/stuff/notes_items.patch @ rev 3940
add zile: a lightweight Emacs clone.
author | Dominique Corbex <domcox@users.sourceforge.net> |
---|---|
date | Sat Aug 22 12:55:55 2009 +0200 (2009-08-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/osmo/stuff/notes_items.patch Sat Aug 22 12:55:55 2009 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +--- src/notes_items.c Fri Mar 6 20:03:53 2009 1.5 ++++ src/notes_items.c Tue Jun 2 12:25:47 2009 1.6 +@@ -1038,7 +1038,7 @@ 1.7 + if (check_if_encrypted (current_filename, appGUI) == TRUE) { 1.8 + 1.9 + g_snprintf (tmpbuf, BUFFER_SIZE, "%s\n\n(%s)", _("Cannot open the note."), _("encryption support is disabled")); 1.10 +- gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window)); 1.11 ++ utl_gui_create_dialog (GTK_MESSAGE_ERROR, tmpbuf, GTK_WINDOW(appGUI->main_window)); 1.12 + g_free (current_filename); 1.13 + return; 1.14 +