]> git.lyx.org Git - lyx.git/blobdiff - src/tests/check_Length.cpp
ar.po and layouttranslations: updates from hatim
[lyx.git] / src / tests / check_Length.cpp
index 37286e5b2dd6234ecefe6cdc0fe92533e8a2a423..3ee9f956977899a2210f7206891bba687f8dc132 100644 (file)
@@ -14,7 +14,7 @@ using namespace std;
 void test_inPixels()
 {
        // want to see non-zero SP
-       lyxrc.zoom = 100000;
+       lyxrc.currentZoom = 100000;
        lyxrc.dpi = 72;
        for (int i = Length::BP; i <= Length::UNIT_NONE; ++i) {
                Length const l(2342, static_cast<Length::UNIT>(i));