|
|
@ -207,7 +207,7 @@ struct CmdLineParams {
|
|
|
|
|
|
|
|
|
|
|
|
CmdLineParams() : _isNoPlugin(false), _isReadOnly(false), _isNoSession(false), _isNoTab(false),_showLoadingTime(false),\
|
|
|
|
CmdLineParams() : _isNoPlugin(false), _isReadOnly(false), _isNoSession(false), _isNoTab(false),_showLoadingTime(false),\
|
|
|
|
_isPreLaunch(false), _line2go(-1), _column2go(-1), _langType(L_EXTERNAL), _isPointXValid(false), _isPointYValid(false),\
|
|
|
|
_isPreLaunch(false), _line2go(-1), _column2go(-1), _langType(L_EXTERNAL), _isPointXValid(false), _isPointYValid(false),\
|
|
|
|
_localizationPath(TEXT("")), _easterEggName(TEXT("")), _quoteType(0)
|
|
|
|
_alwaysOnTop(false), _localizationPath(TEXT("")), _easterEggName(TEXT("")), _quoteType(0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_point.x = 0;
|
|
|
|
_point.x = 0;
|
|
|
|
_point.y = 0;
|
|
|
|
_point.y = 0;
|
|
|
|