mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
30 lines
664 B
C
30 lines
664 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
HelpText.h
|
|
|
|
James Crook
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_HELP_TEXT__
|
|
#define __AUDACITY_HELP_TEXT__
|
|
|
|
wxString HelpText( const wxString & Key );
|
|
wxString TitleText( const wxString & Key );
|
|
|
|
#endif
|
|
|
|
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
|
|
// version control system. Please do not modify past this point.
|
|
//
|
|
// Local Variables:
|
|
// c-basic-offset: 3
|
|
// indent-tabs-mode: nil
|
|
// End:
|
|
//
|
|
// vim: et sts=3 sw=3
|
|
// arch-tag: 6c53e56f-0045-4eaa-be7f-be6d034a8221
|
|
|