diff options
| author | Felipe Corrêa da Silva Sanches | 2015-11-09 19:08:39 -0200 |
|---|---|---|
| committer | Felipe Corrêa da Silva Sanches | 2015-11-09 19:08:39 -0200 |
| commit | 2805f4487c06d68baf5bce29d3cd6560f94f7928 (patch) | |
| tree | 112c1863c17229e11f6f64758f500d430c923b19 | |
| parent | 3fc6e4a8c7a50cd1f1250921ff5a795a5c4eba81 (diff) | |
| download | trufont-2805f4487c06d68baf5bce29d3cd6560f94f7928.tar.bz2 | |
Rename config file to ~/.config/TruFont/Trufont.conf (issue #132)
| -rw-r--r-- | Lib/defconQt/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index b64405d..a2535c6 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -18,7 +18,7 @@ def main(): representationFactories.registerAllFactories() app = Application(sys.argv) # TODO: http://stackoverflow.com/a/21330349/2037879 - app.setOrganizationName("A. Tétar & Co.") + app.setOrganizationName("TruFont") app.setOrganizationDomain("trufont.github.io") app.setApplicationName("TruFont") app.setWindowIcon(QIcon(":/resources/app.png")) |
