summaryrefslogtreecommitdiff
path: root/noncore/tools
authorzecke <zecke>2005-02-08 23:18:38 (UTC)
committer zecke <zecke>2005-02-08 23:18:38 (UTC)
commit615923bafaffe90dd7c860d094f4cf3680b6d103 (patch) (unidiff)
tree0ac5fe38c6f5b568601eec24f7861aece2d6a01f /noncore/tools
parent426e43a3d110cb09aa99f47da2a73f53ee5aad7e (diff)
downloadopie-615923bafaffe90dd7c860d094f4cf3680b6d103.zip
opie-615923bafaffe90dd7c860d094f4cf3680b6d103.tar.gz
opie-615923bafaffe90dd7c860d094f4cf3680b6d103.tar.bz2
Fix for #1550 start at QPEApplication::qpeDir() + "sounds/"
as basedirectory
Diffstat (limited to 'noncore/tools') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/clock/clock.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp
index 0ad69d9..3473d01 100644
--- a/noncore/tools/clock/clock.cpp
+++ b/noncore/tools/clock/clock.cpp
@@ -18,7 +18,7 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20// changes added and Copyright (C) by L. J. Potter <ljp@llornkcor.com> 2002 20// changes added and Copyright (C) by L. J. Potter <ljp@llornkcor.com> 2002
21// changes added and Copyright (C) by Holger Freyther 2004 21// changes added and Copyright (C) by Holger Freyther 2004,2005
22 22
23#include "clock.h" 23#include "clock.h"
24 24
@@ -801,7 +801,7 @@ void Clock::slotBrowseMp3File() {
801 QStringList text; 801 QStringList text;
802 text << "audio/*"; 802 text << "audio/*";
803 map.insert(tr("Audio"), text ); 803 map.insert(tr("Audio"), text );
804 QString str = Opie::Ui::OFileDialog::getOpenFileName( 2,"/", QString::null, map); 804 QString str = Opie::Ui::OFileDialog::getOpenFileName( 2, QPEApplication::qpeDir() + "sounds/", QString::null, map);
805 if(!str.isEmpty() ) { 805 if(!str.isEmpty() ) {
806 config.writeEntry("mp3Alarm",1); 806 config.writeEntry("mp3Alarm",1);
807 config.writeEntry("mp3File",str); 807 config.writeEntry("mp3File",str);