Keyboard shortcut for copying the log and attempts to clean up the column stuff
[gonvert] / src / constants.py
index f59990c..972722a 100644 (file)
@@ -7,3 +7,4 @@ __build__ = 2
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".gonvert")
 _user_settings_ = "%s/settings.ini" % _data_path_
+_user_logpath_ = "%s/gonvert.log" % _data_path_