Subversion Repositories spk

Rev

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

Rev 182 Rev 197
Line 24... Line 24...
24
	public:
24
	public:
25
		ModDiff(CGameDirectories *gameDir, CPackages *p)
25
		ModDiff(CGameDirectories *gameDir, CPackages *p)
26
		{
26
		{
27
			InitializeComponent();
27
			InitializeComponent();
28
 
28
 
29
			for ( Utils::String dir = gameDir->first(); !dir.empty(); dir = gameDir->next() ) 
29
			for ( Utils::WString dir = gameDir->first(); !dir.empty(); dir = gameDir->next() ) 
30
				this->comboBox1->Items->Add(_US(dir + " (" + gameDir->currentName() + ")"));
30
				this->comboBox1->Items->Add(_US(dir + L" (" + gameDir->currentName() + L")"));
31
			
31
			
32
			m_pPackages = p;
32
			m_pPackages = p;
33
 
33
 
34
			this->panel3->Enabled = false;
34
			this->panel3->Enabled = false;
35
			this->panel5->Enabled = false;
35
			this->panel5->Enabled = false;