mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 23:02:42 +02:00
Typo Comit -> Commit
This commit is contained in:
parent
bf7799e90c
commit
f26478f75d
@ -69,7 +69,7 @@ const wxString VerCheckArgs(){
|
|||||||
|
|
||||||
wxString result = wxString("from_ver=") + AUDACITY_VERSION_STRING;
|
wxString result = wxString("from_ver=") + AUDACITY_VERSION_STRING;
|
||||||
#ifdef REV_LONG
|
#ifdef REV_LONG
|
||||||
result += wxString("&ComitId=")+wxString(REV_LONG).Left(6);
|
result += wxString("&CommitId=")+wxString(REV_LONG).Left(6);
|
||||||
#endif
|
#endif
|
||||||
result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
|
result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ );
|
||||||
result.Replace(" ","");
|
result.Replace(" ","");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user