Subversion Repositories Kolibri OS

Rev

Rev 8953 | Rev 8981 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8953 Rev 8956
Line 5... Line 5...
5
	void Get();
5
	void Get();
6
	void Draw();
6
	void Draw();
7
	void DrawSelect();
7
	void DrawSelect();
8
	void DrawOptions();
8
	void DrawOptions();
9
	void Click();
9
} SystemDiscs=0;
10
} SystemDiscs=0;
-
 
11
 
10
 
Line 12... Line 11...
12
void _SystemDiscs::Get()
11
void _SystemDiscs::Get()
13
{
12
{
14
	bool kolibrios_exists=false;
13
	bool kolibrios_exists=false;
Line 147... Line 146...
147
		optionsy += KFM2_DEVH;
146
		optionsy += KFM2_DEVH;
148
	}
147
	}
149
}
148
}
150
 
149
Line 151... Line -...
151
void _SystemDiscs::Click(int n)
-
 
152
{
-
 
153
	strcpy(path, list.get(n));
-
 
154
	files.KeyHome();
-
 
155
	Open_Dir(path,WITH_REDRAW);	
-
 
156
}
-