]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTexinfo.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiTexinfo.h
index f1fd6cf2800d508b123112de9201093649693238..bada1fa2dc986a438f11586384395aa7678a3e4d 100644 (file)
@@ -28,7 +28,15 @@ public:
        ///
        GuiTexInfo(GuiView & lv);
        /// the file extensions. order matters in GuiTexInfo::fileType()
-       enum TexFileType { ClsType = 0, StyType, BstType, BibType, DummyLastType };
+       enum TexFileType {
+               ClsType = 0,
+               StyType,
+               BstType,
+               BibType,
+               BbxType,
+               CbxType,
+               DummyLastType
+       };
 
 public Q_SLOTS:
        ///