Merge branch '0.5.0.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Fri, 6 Apr 2012 20:34:34 +0000 (16:34 -0400)
committerLuke Dashjr <luke-jr+git@utopios.org>
Fri, 6 Apr 2012 20:34:34 +0000 (16:34 -0400)
Conflicts:
src/qt/notificator.h

1  2 
src/qt/guiutil.h
src/qt/notificator.h
src/qt/sendcoinsdialog.h

Simple merge
@@@ -46,10 -45,11 +46,11 @@@ public slots
  private:
      QWidget *parent;
      enum Mode {
 -        None,
 -        Freedesktop, // Use DBus org.freedesktop.Notifications
 -        QSystemTray, // Use QSystemTray::showMessage
 -        Growl12, // Use the Growl 1.2 notification system (Mac only)
 -        Growl13 // Use the Growl 1.3 notification system (Mac only)
 +        None,        /**< Ignore informational notifications, and show a modal pop-up dialog for Critical notifications. */
 +        Freedesktop, /**< Use DBus org.freedesktop.Notifications */
 +        QSystemTray, /**< Use QSystemTray::showMessage */
-         Growl        /**< Use the Growl notification system (Mac only) */
++        Growl12,        /**< Use the Growl 1.2 notification system (Mac only) */
++        Growl13        /**< Use the Growl 1.3 notification system (Mac only) */
      };
      QString programName;
      Mode mode;
Simple merge