mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
added a setdefault locale in order to get rid of dot/comma conflicts...
This commit is contained in:
parent
f242156fe9
commit
af1386ea1c
@ -19,31 +19,6 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
|
||||
* for more details. *
|
||||
* *
|
||||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log$
|
||||
Revision 1.8 2008/03/08 17:22:57 cignoni
|
||||
added plugins path settings for macs
|
||||
|
||||
Revision 1.7 2008/02/24 18:08:50 cignoni
|
||||
added -h and --help standard options
|
||||
|
||||
Revision 1.6 2007/03/27 12:20:09 cignoni
|
||||
Revamped logging iterface, changed function names in automatic parameters, better selection handling
|
||||
|
||||
Revision 1.5 2006/11/08 01:04:48 cignoni
|
||||
First version with http communications
|
||||
|
||||
Revision 1.4 2006/02/01 12:45:29 glvertex
|
||||
- Solved openig bug when running by command line
|
||||
|
||||
Revision 1.3 2005/12/01 02:24:50 davide_portelli
|
||||
Mainwindow Splitted----->[ mainwindow_Init.cpp ]&&[ mainwindow_RunTime.cpp ]
|
||||
|
||||
Revision 1.2 2005/11/21 12:12:54 cignoni
|
||||
Added copyright info
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
#include <QApplication>
|
||||
@ -52,15 +27,9 @@ Added copyright info
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QApplication app(argc, argv);
|
||||
|
||||
#if defined(Q_OS_MAC)
|
||||
QDir dir(QApplication::applicationDirPath());
|
||||
dir.cdUp();
|
||||
dir.cd("plugins");
|
||||
QApplication::setLibraryPaths(QStringList(dir.absolutePath()));
|
||||
#endif
|
||||
QCoreApplication::setOrganizationName("VCG");
|
||||
QApplication app(argc, argv);
|
||||
QLocale::setDefault(QLocale(QLocale::English,QLocale::UnitedStates));
|
||||
QCoreApplication::setOrganizationName("VCG");
|
||||
QCoreApplication::setApplicationName("MeshLab");
|
||||
|
||||
if(argc>1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user