]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Toolbars.h
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / Toolbars.h
index 5f69802d5c9afc64ea48b93b8b9f63eec7f2e499..3e6ac570318af3a9cc9ba3ce90659c2b0605663f 100644 (file)
@@ -108,8 +108,9 @@ public:
                TABLE = 256, //< show when in table
                REVIEW = 512, //< show when change tracking is enabled
                MATHMACROTEMPLATE = 1024, //< show in math macro template
-               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE,
-               SAMEROW = 2048 //place to the current row, no new line
+               SAMEROW = 2048, //place to the current row, no new line
+               IPA = 4096, //< show when in IPA inset
+               ALLOWAUTO = MATH | TABLE | REVIEW | MATHMACROTEMPLATE | IPA
        };
 
        typedef std::vector<ToolbarInfo> Infos;