mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 04:36:30 +01:00
[Summary] Changed About Dialog on Igor's request.
[Feature reviewed] Igor Maximenko
This commit is contained in:
parent
5c7b5b116e
commit
62910cd7f5
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ About::init_credits ()
|
|||
ss << timeinfo->tm_year + 1900;
|
||||
string str_year = ss.str();
|
||||
|
||||
string text="Version : " + revision + "\nCopyright 2001-" + str_year + " Paul Davis\nWaves Audio Ltd. 2013-" + str_year;
|
||||
// string text="Version : " + revision + "\nCopyright Waves Audio Ltd. 2013-" + str_year;
|
||||
string text="Version : " + revision;
|
||||
|
||||
_credits.set_text (text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue