SF.net SVN: fclient: [49] trunk/fclient/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2007-11-06 12:35:15
|
Revision: 49
http://fclient.svn.sourceforge.net/fclient/?rev=49&view=rev
Author: jUrner
Date: 2007-11-06 04:35:18 -0800 (Tue, 06 Nov 2007)
Log Message:
-----------
minor changes
Modified Paths:
--------------
trunk/fclient/config.py
Modified: trunk/fclient/config.py
===================================================================
--- trunk/fclient/config.py 2007-11-06 12:34:50 UTC (rev 48)
+++ trunk/fclient/config.py 2007-11-06 12:35:18 UTC (rev 49)
@@ -57,7 +57,7 @@
#TODO: assistant can not handle locale dependend docs yet
self.assistant = assistant.Assistant(parent, profile=AssistantProfile, pages=DocPages)
- self.defaultDownloadsDir = os.path.join(BaseDir, 'downloads')
+ self.defaultDownloadDir = os.path.join(BaseDir, 'download')
self.fcpClientManager = FcpClientManager(parent)
self.language = language.Language([LanguageDir, ], translationPrefixes=TranslationPrefixes)
self.resources = resources.Resources([ResourceDir, ], )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|