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

Up: qt-everywhere-opensource-src (4.6.2) - Renamed qt-x11-opensource-src to qt-everywhere-opensource-src. Updated WEBSITE and WGET_URL. Remove libQtOpenGL since its not in qt anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 16:29:16 2010 +0000 (2010-04-28)
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;