[email protected] schreef:
Author: vfr
Date: Sat Feb 7 18:27:01 2009
New Revision: 28386
URL: http://www.lyx.org/trac/changeset/28386
Log:
branch: Add *.lyx16 to the file-open dialog file filter.
Modified:
lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiView.cpp
Modified: lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiView.cpp
URL:
http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiView.cpp?rev=28386
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiView.cpp (original)
+++ lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiView.cpp Sat Feb 7
18:27:01 2009
@@ -1320,7 +1320,8 @@
QStringList filter(qt_("LyX Documents (*.lyx)"));
filter << qt_("LyX-1.3.x Documents (*.lyx13)")
<< qt_("LyX-1.4.x Documents (*.lyx14)")
- << qt_("LyX-1.5.x Documents (*.lyx15)");
+ << qt_("LyX-1.5.x Documents (*.lyx15)")
+ << qt_("LyX-1.6.x Documents (*.lyx16)");
FileDialog::Result result =
dlg.open(toqstr(initpath), filter);
_______________________________________________
Cvslog mailing list
[email protected]
http://www.lyx.org/mailman/listinfo/cvslog
Juergen,
Do you want this in status.16x too ?
Vincent