From 9327a22b732c9d52381977ee8062458312f713d4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 19 May 2010 16:16:21 +0000 Subject: fixed notification template git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1741 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier') 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 #include -#define DEFAULT_TEMPLATE "%if(%t,%t,%f) \\(%l\\)\n%if(%p,
%p,)\n%if(%a,
%a,)" +#define DEFAULT_TEMPLATE "%if(%t,%t,%f) %if(%l,\\(%l\\),) \n%if(%p,
%p,)\n%if(%a,
%a,)" class QTimer; class QLabel; -- cgit v1.2.3-13-gbd6f