diff options
| author | MenTaLguY <mental@rydia.net> | 2007-05-10 01:18:46 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-05-10 01:18:46 +0000 |
| commit | fe85f7d284783c24c3fe3566721dda30e508aad9 (patch) | |
| tree | 20dc789dc5b906d67c21921a458373d72e02aa1f /src/main.cpp | |
| parent | really fix formatting this time (diff) | |
| download | inkscape-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.cpp | 3 |
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))) { |
