mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
// Indentation settings for Vim and Emacs etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
18 lines
369 B
C
18 lines
369 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
|