Subversion Repositories spk

Rev

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

Rev 88 Rev 89
Line 4... Line 4...
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 "EditWares.h"
-
 
9
#include "CommandSlots.h"
9
#include "DownloadPackageList.h"
10
#include "DownloadPackageList.h"
10
#include "FileLog.h"
11
#include "FileLog.h"
11
#include "MessageBoxDetails.h"
12
#include "MessageBoxDetails.h"
12
#include <shellapi.h>
13
#include <shellapi.h>
13
 
14
 
Line 2496... Line 2497...
2496
		if ( edit->ShowDialog(this) == Windows::Forms::DialogResult::OK )
2497
		if ( edit->ShowDialog(this) == Windows::Forms::DialogResult::OK )
2497
		{
2498
		{
2498
		}
2499
		}
2499
	}
2500
	}
2500
 
2501
 
-
 
2502
	void MainGui::CommandSlotsDialog()
-
 
2503
	{
-
 
2504
		CommandSlots ^slots = gcnew CommandSlots(m_pPackages);
-
 
2505
 
-
 
2506
		slots->ShowDialog(this);
-
 
2507
	}
-
 
2508
 
2501
	void MainGui::EditGlobalsDialog()
2509
	void MainGui::EditGlobalsDialog()
2502
	{
2510
	{
2503
		if ( m_pPackages->IsVanilla() ) {
2511
		if ( m_pPackages->IsVanilla() ) {
2504
			this->DisplayMessageBox(false, "Edit Globals", "Currently in Vanilla Mode, Cant change globals without being modified\n\nSwitch to modified mode if you wish to edit globals", MessageBoxButtons::OK, MessageBoxIcon::Question);
2512
			this->DisplayMessageBox(false, "Edit Globals", "Currently in Vanilla Mode, Cant change globals without being modified\n\nSwitch to modified mode if you wish to edit globals", MessageBoxButtons::OK, MessageBoxIcon::Question);
2505
			return;
2513
			return;