mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:19:41 +00:00
Tabs to spaces
My own code uses only tabs - I forgot to change the setting on my IDE, sorry!
This commit is contained in:
parent
eae02ea00d
commit
4496244b14
2 changed files with 3 additions and 3 deletions
|
@ -72,4 +72,4 @@ int _stdcall WinMain(struct HINSTANCE__ *hInstance,
|
||||||
{
|
{
|
||||||
return main(__argc, __argv);
|
return main(__argc, __argv);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
|
@ -61,7 +61,7 @@ void CSVDoc::AdjusterWidget::setName (const QString& name, bool addon)
|
||||||
if (path.parent_path().string()==mLocalData.string())
|
if (path.parent_path().string()==mLocalData.string())
|
||||||
{
|
{
|
||||||
// path already points to the local data directory
|
// path already points to the local data directory
|
||||||
message = QString::fromUtf8 (("Will be saved as: " + path.string()).c_str());
|
message = QString::fromUtf8 (("Will be saved as: " + path.string()).c_str());
|
||||||
mResultPath = path;
|
mResultPath = path;
|
||||||
mValid = true;
|
mValid = true;
|
||||||
}
|
}
|
||||||
|
@ -70,7 +70,7 @@ void CSVDoc::AdjusterWidget::setName (const QString& name, bool addon)
|
||||||
// path points somewhere else or is a leaf name.
|
// path points somewhere else or is a leaf name.
|
||||||
path = mLocalData / path.filename();
|
path = mLocalData / path.filename();
|
||||||
|
|
||||||
message = QString::fromUtf8 (("Will be saved as: " + path.string()).c_str());
|
message = QString::fromUtf8 (("Will be saved as: " + path.string()).c_str());
|
||||||
mResultPath = path;
|
mResultPath = path;
|
||||||
mValid = true;
|
mValid = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue