]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.h
Reorder a bit status messages, but they are still cleared at the end of LyXFunc
[lyx.git] / src / support / debug.h
index fb1434107da1606ba16aec6a43eca22ec2a15bba..e27bf8437e06f0c1379120281534160a0966cf69 100644 (file)
@@ -99,6 +99,8 @@ namespace Debug {
                LOCALE     = (1 << 28),
                ///     selection
                SELECTION  = (1 << 29),
+               /// Find and Replace
+               FIND       = (1 << 30),
                ///
                DEBUG      = (1 << 31),
                ///