[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete



Luke,

-	wxID_MEDIACTRL
+	wxID_MEDIACTRL			= wxID_HIGHEST + 1,
+	wxID_CLOSE_BUTTON

You don't need to do this.

Just write _R(IDC_MEDIACTRL) and it will magically always have the same
value everywhere. No need to go define it anywhere. It doesn't
have to be in the resources either.

Alex