From fe85f7d284783c24c3fe3566721dda30e508aad9 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Thu, 10 May 2007 01:18:46 +0000 Subject: add logging of basic display properties (bzr r2994) --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') 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))) { -- cgit v1.2.3