Proper support for Growl 1.3 notifications

This commit is contained in:
p2k
2012-03-12 14:20:55 +01:00
committed by Gavin Andresen
parent 9aa459b294
commit 3f1bb1ac78
2 changed files with 12 additions and 6 deletions

View File

@@ -49,7 +49,8 @@ private:
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;