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
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
|
|
||||||
/// @brief Constructor
|
/// @brief Constructor
|
||||||
/// @param parent
|
/// @param parent Parent frame.
|
||||||
///
|
///
|
||||||
AboutScreen::AboutScreen(wxWindow *parent)
|
AboutScreen::AboutScreen(wxWindow *parent)
|
||||||
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
|
: wxDialog (parent, -1, _("About Aegisub"), wxDefaultPosition, wxSize(300,240), wxCAPTION | wxCLOSE_BOX , _("About Aegisub"))
|
||||||
|
@ -187,7 +187,6 @@ AboutScreen::AboutScreen(wxWindow *parent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// @brief Destructor
|
/// @brief Destructor
|
||||||
///
|
///
|
||||||
AboutScreen::~AboutScreen () {
|
AboutScreen::~AboutScreen () {
|
||||||
|
|
|
@ -46,11 +46,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// DOCME
|
|
||||||
/// @class AboutScreen
|
/// @class AboutScreen
|
||||||
/// @brief DOCME
|
/// @brief About dialogue.
|
||||||
///
|
|
||||||
/// DOCME
|
|
||||||
class AboutScreen: public wxDialog {
|
class AboutScreen: public wxDialog {
|
||||||
public:
|
public:
|
||||||
AboutScreen(wxWindow *parent);
|
AboutScreen(wxWindow *parent);
|
||||||
|
|
Loading…
Reference in a new issue