1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 15:53:52 +02:00

Move definition of _ and related into Internat.h

This commit is contained in:
Paul Licameli
2017-09-25 14:07:23 -04:00
parent e37d701bc0
commit c6696f1b49
52 changed files with 89 additions and 53 deletions

View File

@@ -30,6 +30,7 @@
#include "EffectsPrefs.h"
#include "../Experimental.h"
#include "../Internat.h"
EffectsPrefs::EffectsPrefs(wxWindow * parent)
: PrefsPanel(parent, _("Effects"))

View File

@@ -34,6 +34,7 @@
#include "ThemePrefs.h"
#include "../AColor.h"
#include "../Internat.h"
GUIPrefs::GUIPrefs(wxWindow * parent)
/* i18n-hint: refers to Audacity's user interface settings */

View File

@@ -23,6 +23,7 @@
#include "../ShuttleGui.h"
#include "ImportExportPrefs.h"
#include "../Internat.h"
ImportExportPrefs::ImportExportPrefs(wxWindow * parent)
: PrefsPanel(parent, _("Import / Export"))

View File

@@ -24,6 +24,7 @@ with names like mnod-script-pipe that add NEW features.
#include "ModulePrefs.h"
#include "../Prefs.h"
#include "../Internat.h"
////////////////////////////////////////////////////////////////////////////////

View File

@@ -34,6 +34,7 @@
#include "../Audacity.h"
#include "../Experimental.h"
#include "MousePrefs.h"
#include <wx/defs.h>
#include <wx/intl.h>
@@ -41,7 +42,7 @@
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "MousePrefs.h"
#include "../Internat.h"
// The numbers of the columns of the mList.
enum

View File

@@ -26,6 +26,7 @@
#include "../ShuttleGui.h"
#include "../Prefs.h"
#include "../Internat.h"
PlaybackPrefs::PlaybackPrefs(wxWindow * parent)
: PrefsPanel(parent, _("Playback"))

View File

@@ -20,6 +20,7 @@
#include <wx/treebook.h>
#include <wx/window.h>
#include "../widgets/wxPanelWrapper.h"
#include "../Internat.h"
class PrefsPanel;
class PrefsPanelFactory;

View File

@@ -25,6 +25,7 @@ handling.
#include "../ShuttleGui.h"
#include "ProjectsPrefs.h"
#include "../Internat.h"
////////////////////////////////////////////////////////////////////////////////

View File

@@ -26,6 +26,7 @@
#include "../Resample.h"
#include "../SampleFormat.h"
#include "../ShuttleGui.h"
#include "../Internat.h"
#define ID_SAMPLE_RATE_CHOICE 7001

View File

@@ -31,6 +31,7 @@
#include "../ShuttleGui.h"
#include "../Experimental.h"
#include "../Internat.h"
using std::min;

View File

@@ -28,6 +28,7 @@ Paul Licameli
#include "../Experimental.h"
#include "../widgets/ErrorDialog.h"
#include "../Internat.h"
SpectrogramSettings::Globals::Globals()
{

View File

@@ -20,6 +20,7 @@
#include "../Prefs.h"
#include "../ShuttleGui.h"
#include "../Experimental.h"
#include "../Internat.h"
TracksBehaviorsPrefs::TracksBehaviorsPrefs(wxWindow * parent)
/* i18n-hint: two nouns */

View File

@@ -28,6 +28,7 @@
#include "../WaveTrack.h"
#include "../Experimental.h"
#include "../Internat.h"
int TracksPrefs::iPreferencePinned = -1;

View File

@@ -24,6 +24,7 @@
#include "../ShuttleGui.h"
#include "WarningsPrefs.h"
#include "../Internat.h"
////////////////////////////////////////////////////////////////////////////////

View File

@@ -23,6 +23,8 @@ Paul Licameli
#include "../Prefs.h"
#include "../TranslatableStringArray.h"
#include "../Internat.h"
WaveformSettings::Globals::Globals()
{