[gnote] Change the icon AddinInfoDialog to use the stock DIALOG_INFO. (Tomboy bug #508844)



commit 3aafdfa18dd2368d509e07dd38e9886ffb16db42
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri Jul 17 01:27:23 2009 -0400

    Change the icon AddinInfoDialog to use the stock DIALOG_INFO. (Tomboy bug #508844)
    (tb-backport)

 src/preferencesdialog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 952d9ac..754fb88 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -906,7 +906,7 @@ namespace gnote {
     add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE);
     
     // TODO: Change this icon to be an addin/package icon
-    Gtk::Image *icon = manage(new Gtk::Image(Gtk::Stock::INFO, 
+    Gtk::Image *icon = manage(new Gtk::Image(Gtk::Stock::DIALOG_INFO, 
                                              Gtk::ICON_SIZE_DIALOG));
     icon->property_yalign() = 0;
 



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