forked from mia/Aegisub
Document about dialogue.
Originally committed to SVN as r3351.
This commit is contained in:
parent
332168f596
commit
6bde901e5e
2 changed files with 4 additions and 8 deletions
|
@ -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 () {
|
||||
}
|
||||
|
|
|
@ -46,11 +46,8 @@
|
|||
|
||||
|
||||
|
||||
/// DOCME
|
||||
/// @class AboutScreen
|
||||
/// @brief DOCME
|
||||
///
|
||||
/// DOCME
|
||||
/// @brief About dialogue.
|
||||
class AboutScreen: public wxDialog {
|
||||
public:
|
||||
AboutScreen(wxWindow *parent);
|
||||
|
|
Loading…
Reference in a new issue