Changeset ed98d09c1c7aa00e987e95423c47825c2d4ae6a9 for code/main.cpp
- Timestamp:
- 10/09/08 23:57:35 (5 years ago)
- Parents:
- 26d2afaf574ea3d5b6b07ef49f2024f508a4b9e2
- Children:
- cdda99c0276d6c08523acc389ac0c13818ce9e9a
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-10-09T23:57:35Z+0200
- Files:
-
- 1 modified
-
code/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code/main.cpp
rbd34be3 red98d09 22 22 #include "core/iconmanager.hpp" 23 23 #include "util/config.hpp" 24 #include "util/file.hpp" 24 25 #include "util/i18n.hpp" 25 26 … … 110 111 111 112 // Read the configuration 112 Gobby::Config config(Glib::build_filename( 113 Glib::get_home_dir(), 114 GOBBY_CONFIGDIR"/config.xml")); 113 Gobby::Config config( 114 Gobby::config_filename(GOBBY_CONFIGDIR, "config.xml")); 115 115 116 116 // Create window
