Audacity
3.2.0
src
LangChoice.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
LangChoice.h
6
7
Dominic Mazzoni
8
9
Pop up a language asking the user to choose a (natural)
10
language for the user interface. Generally only popped
11
up once, the first time the program is run.
12
13
**********************************************************************/
14
15
#ifndef __AUDACITY_LANG_CHOICE__
16
#define __AUDACITY_LANG_CHOICE__
17
18
class
wxString;
19
class
wxWindow;
20
21
wxString
ChooseLanguage
(wxWindow *parent);
22
23
#endif
// __AUDACITY_LANG_CHOICE__
ChooseLanguage
wxString ChooseLanguage(wxWindow *parent)
Definition:
LangChoice.cpp:49
Generated by
1.9.3