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 2494... Line 2495...
2494
		EditWares ^edit = gcnew EditWares(m_pPackages);
2495
		EditWares ^edit = gcnew EditWares(m_pPackages);
2495
 
2496
 
2496
		if ( edit->ShowDialog(this) == Windows::Forms::DialogResult::OK )
2497
		if ( edit->ShowDialog(this) == Windows::Forms::DialogResult::OK )
2497
		{
2498
		{
2498
		}
2499
		}
-
 
2500
	}
-
 
2501
 
-
 
2502
	void MainGui::CommandSlotsDialog()
-
 
2503
	{
-
 
2504
		CommandSlots ^slots = gcnew CommandSlots(m_pPackages);
-
 
2505
 
-
 
2506
		slots->ShowDialog(this);
2499
	}
2507
	}
2500
 
2508
 
2501
	void MainGui::EditGlobalsDialog()
2509
	void MainGui::EditGlobalsDialog()
2502
	{
2510
	{
2503
		if ( m_pPackages->IsVanilla() ) {
2511
		if ( m_pPackages->IsVanilla() ) {