mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
remove single-use code which is replaced by generic code in HelpSystem.cpp
This commit is contained in:
parent
d974754340
commit
ca7977f92e
@ -145,16 +145,6 @@ wxString FileNames::HtmlHelpDir()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString FileNames::HtmlHelpIndexFile(bool quick)
|
|
||||||
{
|
|
||||||
wxString htmlHelpIndex;
|
|
||||||
if(quick)
|
|
||||||
htmlHelpIndex = wxFileName( HtmlHelpDir(), wxT("quick_help.html") ).GetFullPath();
|
|
||||||
else
|
|
||||||
htmlHelpIndex = wxFileName( HtmlHelpDir(), wxT("index.html") ).GetFullPath();
|
|
||||||
return htmlHelpIndex;
|
|
||||||
}
|
|
||||||
|
|
||||||
wxString FileNames::ChainDir()
|
wxString FileNames::ChainDir()
|
||||||
{
|
{
|
||||||
return FileNames::MkDir( wxFileName( DataDir(), wxT("Chains") ).GetFullPath() );
|
return FileNames::MkDir( wxFileName( DataDir(), wxT("Chains") ).GetFullPath() );
|
||||||
|
@ -181,6 +181,8 @@ static wxString HelpTextBuiltIn( const wxString & Key )
|
|||||||
{
|
{
|
||||||
if(Key==wxT("welcome"))
|
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.*/
|
/* i18n-hint: Preserve [[file:quick_help.html as it's the name of a file.*/
|
||||||
return WrapText(
|
return WrapText(
|
||||||
wxString(wxT("")) +
|
wxString(wxT("")) +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user