]> git.lyx.org Git - lyx.git/blobdiff - src/bufferview_funcs.C
small bugfix
[lyx.git] / src / bufferview_funcs.C
index c65b91173560184c7e5d362bffce3c08d7625e62..7239dbd0e268ba547154d8a0289a0b2a22445b62 100644 (file)
@@ -194,6 +194,9 @@ string const currentState(BufferView * bv)
                                break;
                        }
                }
+#if 1
+               state << _(", Paragraph: ") << text->cursor.par()->id();
+#endif
        }
        return state.str().c_str();
 }