more audio documentation updates, plus random fixage in about.cpp
Originally committed to SVN as r18.
This commit is contained in:
parent
1cd44a438d
commit
7913efc740
3 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ AboutScreen::AboutScreen(wxWindow *parent,bool easter)
|
|||
|
||||
// Text sizer
|
||||
wxSizer *TextSizer = new wxBoxSizer(wxVERTICAL);
|
||||
TextSizer->Add(new wxStaticText(this,-1,wxString(_T("Aegisub ")) + VERSION_STRING + _(" by ArchMage ZeratuL.\n\nCopyright (c) 2005 - Rodrigo Braz Monteiro. All rights reserved.\nAutomation module and is Copyright (c) 2005 Niels Martin Hansen (aka jfs).\nAll rights reserved.\nCoding by ArchMageZeratuL, jfs, Myrsloik and nmap.\nManual by ArchMage ZeratuL, jfs, movax, Kobi, TheFluff and Jcubed.\nForum hosting by Malakith.\nSee the help file for full credits.")),1);
|
||||
TextSizer->Add(new wxStaticText(this,-1,wxString(_T("Aegisub ")) + VERSION_STRING + _(" by ArchMage ZeratuL.\n\nCopyright (c) 2005-2006 - Rodrigo Braz Monteiro. All rights reserved.\nAutomation module and is Copyright (c) 2005-2006 Niels Martin Hansen (aka jfs).\nAll rights reserved.\nCoding by ArchMageZeratuL, jfs, Myrsloik and nmap.\nManual by ArchMage ZeratuL, jfs, movax, Kobi, TheFluff and Jcubed.\nForum hosting by Bot1.\nSee the help file for full credits.")),1);
|
||||
|
||||
// Button sizer
|
||||
wxSizer *ButtonSizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
|
BIN
docs/audioview-spectrumanalyzer.png
Normal file
BIN
docs/audioview-spectrumanalyzer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
docs/help.hm3
BIN
docs/help.hm3
Binary file not shown.
Loading…
Reference in a new issue