]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / figinset.C
index d80165688c7c6cfe32821a65b88c70f0dac623b1..a2c20d44cb42999a3e53319ce8524f88c9e00029 100644 (file)
@@ -521,8 +521,10 @@ void runqueue()
                        t2 << "GHOSTVIEW=" << fl_get_canvas_id(figinset_canvas)
                           << ' ' << p->data->bitmap;
                        // now set up ghostview property on a window
+                       // #ifdef WITH_WARNINGS
                        // #warning BUG seems that the only bug here
                        // might be the hardcoded dpi.. Bummer!
+                       // #endif
                        ostringstream t1;
                        t1 << "0 0 0 0 " << p->data->wid << ' '
                           << p->data->hgh << " 72 72 0 0 0 0";