Author: eudoxos
Date: 2009-06-18 06:53:23 +0200 (Thu, 18 Jun 2009)
New Revision: 1805
Modified:
trunk/gui/qt3/QtSimulationPlayer.cpp
Log:
1. Propose *.sqlite ending for saved simulations instead of * in the player
Modified: trunk/gui/qt3/QtSimulationPlayer.cpp
===================================================================
--- trunk/gui/qt3/QtSimulationPlayer.cpp 2009-06-17 18:35:45 UTC (rev
1804)
+++ trunk/gui/qt3/QtSimulationPlayer.cpp 2009-06-18 04:53:23 UTC (rev
1805)
@@ -73,6 +73,7 @@
std::vector<string> filters;
filters.push_back("XML Yade File (*.xml *.xml.gz *.xml.bz2)");
filters.push_back("SQLite simulation states (*)");
+ filters.push_back("SQLite simulation states (*.sqlite)");
string fileName = FileDialog::getOpenFileName(".", filters, "Choose a
file to load",NULL,selectedFilter );
if (!fileName.empty()) // && selectedFilter== "XML Yade File (*.xml
*.xml.gz *.xml.bz2)")
leInputConfigFile->setText(fileName);
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp