summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/kun-tips2
-rw-r--r--tips.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/kun-tips b/bin/kun-tips
index d462894..d034172 100755
--- a/bin/kun-tips
+++ b/bin/kun-tips
@@ -70,7 +70,7 @@ class Form(QDialog):
raise ConfigException
try:
- urlOpener = cfg.get(section, 'open urls with')
+ urlOpener = cfg.get(section, 'open_urls_with')
except configparser.NoOptionError:
urlOpener = "xdg-open"
diff --git a/tips.cfg b/tips.cfg
index 3b89b0d..cc69029 100644
--- a/tips.cfg
+++ b/tips.cfg
@@ -1,5 +1,5 @@
[tips]
-open urls with = xdg-open
+open_urls_with = xdg-open
title = Hints
msg = You may have encoutered one of these common problems: