Document about dialogue.

Originally committed to SVN as r3351.
This commit is contained in:
Amar Takhar 2009-08-01 04:02:20 +00:00
parent 332168f596
commit 6bde901e5e
2 changed files with 4 additions and 8 deletions

View File

@ -51,8 +51,8 @@
/// @brief Constructor
/// @param parent
/// @brief Constructor
/// @param parent Parent frame.
///
AboutScreen::AboutScreen(wxWindow *parent)
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
@ -187,8 +187,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
}
/// @brief Destructor
/// @brief Destructor
///
AboutScreen::~AboutScreen () {
}

View File

@ -46,11 +46,8 @@
/// DOCME
/// @class AboutScreen
/// @brief DOCME
///
/// DOCME
/// @brief About dialogue.
class AboutScreen: public wxDialog {
public:
AboutScreen(wxWindow *parent);