summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-10 01:18:46 +0000
committermental <mental@users.sourceforge.net>2007-05-10 01:18:46 +0000
commitfe85f7d284783c24c3fe3566721dda30e508aad9 (patch)
tree20dc789dc5b906d67c21921a458373d72e02aa1f /src/main.cpp
parentreally fix formatting this time (diff)
downloadinkscape-fe85f7d284783c24c3fe3566721dda30e508aad9.tar.gz
inkscape-fe85f7d284783c24c3fe3566721dda30e508aad9.zip
add logging of basic display properties
(bzr r2994)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3849be4fa..87913a801 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -77,6 +77,7 @@
#include "io/sys.h"
#include "debug/logger.h"
+#include "debug/log-display-config.h"
#include "helper/png-write.h"
@@ -630,6 +631,8 @@ sp_main_gui(int argc, char const **argv)
inkscape_gtk_stock_init();
+ Inkscape::Debug::log_display_config();
+
/* Set default icon */
gchar *filename = (gchar *) g_build_filename (INKSCAPE_APPICONDIR, "inkscape.png", NULL);
if (Inkscape::IO::file_test(filename, (GFileTest)(G_FILE_TEST_IS_REGULAR | G_FILE_TEST_IS_SYMLINK))) {