From c8245df2b7a7cfc4db72558f4804dbaf3f000415 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Dec 2016 21:33:43 +0100 Subject: tips.cfg: Use underscored section names. --- bin/kun-tips | 2 +- tips.cfg | 2 +- 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: -- cgit v1.2.3