Thread: Omg!
View Single Post
Old Jan 1st, 2007, 10:27 PM   #1
rsnd
Hobbyist Programmer
 
rsnd's Avatar
 
Join Date: Jun 2005
Location: Helltown
Posts: 162
Rep Power: 4 rsnd is on a distinguished road
Omg!

What is right with this piece of code!
class CustomizeDialog : 
	public nContainerWindow
{
	nStatic LabelNick;
	nStatic LabelQutMessage;
	nEdit TextNick;
	nEdit TextQuitMessage;
	nTickBox CheckRecordNoIncChat;
	nTickBox CheckRecordAll;
	nStatic LabelRecording;
	nTickBox CheckRecNoIncUserInfo;
	nStatic LabelGameplay;
	nComboBox CmbGameMode;
	nButton ButtionDone;
	nButton ButtonAdvanced;

	class SW_SpecialLabel : public nStatic {
		void initialize();
	} SpecialLabel;

public:

	void on_initialize();

};
__________________
Spread your wings and fly! Chicken!
rsnd is offline   Reply With Quote