]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
de.po
[lyx.git] / src / insets / InsetSpace.cpp
index ddb85b71ea6b4ca69d69a50f06383fc7400a4599..a5fed47fbfec5f27896ac344a847f298e8b22186 100644 (file)
@@ -202,7 +202,7 @@ void InsetSpace::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        if (isHfill()) {
                // The width for hfills is calculated externally in
-               // TextMetrics::computeRowMetrics. The value of 5 is the
+               // TextMetrics::setRowAlignment. The value of 5 is the
                // minimal value when the hfill is not active.
                dim = Dimension(5, 10, 10);
                return;