Subversion Repositories spk

Rev

Rev 86 | Rev 89 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 88
Line 3... Line 3...
3
#include "ModSelector.h"
3
#include "ModSelector.h"
4
#include "PackageBrowser.h"
4
#include "PackageBrowser.h"
5
#include "InstallPackageDialog.h"
5
#include "InstallPackageDialog.h"
6
#include "CompareList.h"
6
#include "CompareList.h"
7
#include "EditGlobals.h"
7
#include "EditGlobals.h"
-
 
8
#include "EditWares.h"
8
#include "DownloadPackageList.h"
9
#include "DownloadPackageList.h"
9
#include "FileLog.h"
10
#include "FileLog.h"
10
#include "MessageBoxDetails.h"
11
#include "MessageBoxDetails.h"
11
#include <shellapi.h>
12
#include <shellapi.h>
12
 
13
 
Line 2479... Line 2480...
2479
				cl->ShowDialog(this);
2480
				cl->ShowDialog(this);
2480
			}
2481
			}
2481
		}
2482
		}
2482
		else
2483
		else
2483
			MessageBox::Show(this, "No incompatabilities found between fake patches", "Fake Patch Compatability", MessageBoxButtons::OK, MessageBoxIcon::Information);
2484
			MessageBox::Show(this, "No incompatabilities found between fake patches", "Fake Patch Compatability", MessageBoxButtons::OK, MessageBoxIcon::Information);
-
 
2485
	}
-
 
2486
 
-
 
2487
	void MainGui::EditWaresDialog()
-
 
2488
	{
-
 
2489
		if ( m_bDirLocked ) {
-
 
2490
			this->DisplayLocked(false);
-
 
2491
			return;
-
 
2492
		}
-
 
2493
 
-
 
2494
		EditWares ^edit = gcnew EditWares(m_pPackages);
-
 
2495
 
-
 
2496
		if ( edit->ShowDialog(this) == Windows::Forms::DialogResult::OK )
-
 
2497
		{
-
 
2498
		}
2484
	}
2499
	}
2485
 
2500
 
2486
	void MainGui::EditGlobalsDialog()
2501
	void MainGui::EditGlobalsDialog()
2487
	{
2502
	{
2488
		if ( m_pPackages->IsVanilla() ) {
2503
		if ( m_pPackages->IsVanilla() ) {