Skip to content
Snippets Groups Projects
Commit 374bde09 authored by nkour's avatar nkour
Browse files

typo

parent 0c09ad2b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
if os.name == 'nt':
try:
PATH_TO_LOGS_BASE_DIR = os.path.join(os.environ['appdata'], 'Gajim', 'Logs')
PATH_TO_DB = os.path.join(os.environ['appdata'], 'logs.db') # database is called logs.db
PATH_TO_DB = os.path.join(os.environ['appdata'], 'Gajim', 'logs.db') # database is called logs.db
except KeyError:
# win9x
PATH_TO_LOGS_BASE_DIR = 'Logs'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment