1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

CVS > SVN

This commit is contained in:
windinthew
2010-02-12 14:21:24 +00:00
parent 27767ebf5a
commit 319903dbf7
3 changed files with 10 additions and 10 deletions

View File

@@ -499,7 +499,7 @@ int SourceOutputStream::OpenFile(const wxString & Filename)
File.Write( wxT("//\r\n") );
File.Write( wxT("// This file was Auto-Generated.\r\n") );
File.Write( wxT("// It is included by Theme.cpp.\r\n") );
File.Write( wxT("// Only check this into CVS if you've read and understood the guidelines!\r\n\r\n ") );
File.Write( wxT("// Only check this into SVN if you've read and understood the guidelines!\r\n\r\n ") );
}
return bOk;
}