diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-15 18:53:13 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-15 18:53:13 (GMT) |
commit | 79d610f3c038acb65dfb2f5ccf59cd0b3ffeacf1 (patch) | |
tree | 1bbf520a77d334e3795a25d65a9b78ac3df588b9 /Swift/Controllers | |
parent | 59d973448045888d2ffa8e5cd949357d9c93ead3 (diff) | |
download | swift-79d610f3c038acb65dfb2f5ccf59cd0b3ffeacf1.zip swift-79d610f3c038acb65dfb2f5ccf59cd0b3ffeacf1.tar.bz2 |
Set a special X11 window resource name on the main dialog.
This allows users to tweak windowmanagers like FVWM based on the
type of dialog of Swift.
Diffstat (limited to 'Swift/Controllers')
-rw-r--r-- | Swift/Controllers/ApplicationInfo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Swift/Controllers/ApplicationInfo.h b/Swift/Controllers/ApplicationInfo.h new file mode 100644 index 0000000..8e6db31 --- /dev/null +++ b/Swift/Controllers/ApplicationInfo.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +#define SWIFT_APPLICATION_NAME "Swift" + +#define SWIFT_ORGANIZATION_NAME "Swift" +#define SWIFT_ORGANIZATION_DOMAIN "swift.im" |