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

remove single-use code which is replaced by generic code in HelpSystem.cpp

This commit is contained in:
RichardAsh1981@gmail.com
2014-06-25 10:12:25 +00:00
parent d974754340
commit ca7977f92e
2 changed files with 2 additions and 10 deletions

View File

@@ -181,6 +181,8 @@ static wxString HelpTextBuiltIn( const wxString & Key )
{
if(Key==wxT("welcome"))
{
/// TO-DO: Make the links to help here use the widgets/HelpSystem mechanism
/// so that they are consistent
/* i18n-hint: Preserve [[file:quick_help.html as it's the name of a file.*/
return WrapText(
wxString(wxT("")) +