+ remove useless stuff from Init files
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
using Base::Console;
|
||||
using App::Application;
|
||||
|
||||
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2014\n"\
|
||||
const char sBanner[] = "(c) Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2015\n"\
|
||||
" ##### #### ### #### \n" \
|
||||
" # # # # # # \n" \
|
||||
" # ## #### #### # # # # # \n" \
|
||||
@@ -72,7 +72,7 @@ int main( int argc, char ** argv )
|
||||
putenv("LC_ALL=C");
|
||||
#else
|
||||
setlocale(LC_NUMERIC, "C");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Name and Version of the Application
|
||||
App::Application::Config()["ExeName"] = "FreeCAD";
|
||||
|
||||
Reference in New Issue
Block a user