[gnote] Fix export dialog confirmation icon



commit 6ff5e7c16ce8d02cbd4862bb01414fc387f18e41
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date:   Sat Sep 11 00:25:22 2010 +0300

    Fix export dialog confirmation icon
    
    Use MESSAGE_INFO instead of MESSAGE_ERROR.
    Fixes: https://bugzilla.gnome.org/609120

 src/addins/exporttohtml/exporttohtmlnoteaddin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp b/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
index 1cd5544..0241f27 100644
--- a/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
+++ b/src/addins/exporttohtml/exporttohtmlnoteaddin.cpp
@@ -155,7 +155,7 @@ void ExportToHtmlNoteAddin::export_button_clicked()
       gnote::utils::HIGMessageDialog msg_dialog(
         get_window(),
         GTK_DIALOG_DESTROY_WITH_PARENT,
-        Gtk::MESSAGE_ERROR, Gtk::BUTTONS_OK,
+        Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK,
         _("Note exported successfully"),
         detail);
       msg_dialog.run();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]