forked from mia/Aegisub
Add a \n after Kaverins entry to wrap (noticed by kaverin).
Originally committed to SVN as r3409.
This commit is contained in:
parent
34913135c9
commit
3b1a722e5c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
|
|||
aboutString += _T(" Niels Martin Hansen\n");
|
||||
aboutString += _T(" Rodrigo Braz Monteiro\n");
|
||||
aboutString += _T("Icons by:\n");
|
||||
aboutString += _T(" Philip Cash");
|
||||
aboutString += _T(" Philip Cash\n");
|
||||
aboutString += _T("Additional thanks to:\n");
|
||||
aboutString += _T(" Mentar\n");
|
||||
aboutString += _T(" Sigurd Tao Lyngse\n");
|
||||
|
|
Loading…
Reference in a new issue