diff options
| author | Adrien Tétar | 2015-11-10 20:26:31 +0100 |
|---|---|---|
| committer | Adrien Tétar | 2015-11-10 20:26:31 +0100 |
| commit | 76807362b32b05a606926a360956cf33298fc5c1 (patch) | |
| tree | ecd4e9fadf29d59b2b6878a44586daf6b768a120 | |
| parent | 34a3ecbf640a268e407bbb2c144749b4b832c77f (diff) | |
| parent | 2805f4487c06d68baf5bce29d3cd6560f94f7928 (diff) | |
| download | trufont-76807362b32b05a606926a360956cf33298fc5c1.tar.bz2 | |
Merge pull request #133 from felipesanches/config_filename
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 ad5b025..517f8ce 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")) |
