diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-19 16:16:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-05-19 16:16:21 +0000 |
| commit | 9327a22b732c9d52381977ee8062458312f713d4 (patch) | |
| tree | 00d95905dca6c425745679de26901f7d03960d72 /src/plugins/General | |
| parent | f775730cd49f7fb10bd588a75618ad8ea35468e4 (diff) | |
| download | qmmp-9327a22b732c9d52381977ee8062458312f713d4.tar.gz qmmp-9327a22b732c9d52381977ee8062458312f713d4.tar.bz2 qmmp-9327a22b732c9d52381977ee8062458312f713d4.zip | |
fixed notification template
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1741 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/notifier/popupwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/notifier/popupwidget.h b/src/plugins/General/notifier/popupwidget.h index 41262acb9..816752062 100644 --- a/src/plugins/General/notifier/popupwidget.h +++ b/src/plugins/General/notifier/popupwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -23,7 +23,7 @@ #include <QWidget> #include <QFrame> -#define DEFAULT_TEMPLATE "<b>%if(%t,%t,%f)</b> \\(%l\\)\n%if(%p,<br>%p,)\n%if(%a,<br>%a,)" +#define DEFAULT_TEMPLATE "<b>%if(%t,%t,%f)</b> %if(%l,\\(%l\\),) \n%if(%p,<br>%p,)\n%if(%a,<br>%a,)" class QTimer; class QLabel; |
