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

Uniform naming of symbols in Experimental.h

This commit is contained in:
Paul Licameli
2015-08-31 15:32:33 -04:00
parent d18553a3f0
commit 1278b9644a
9 changed files with 22 additions and 24 deletions

View File

@@ -502,7 +502,7 @@ wxTextCtrl * ShuttleGuiBase::AddTextBox(const wxString &Caption, const wxString
AddPrompt( Caption );
miProp=0;
#ifdef RIGHT_ALIGNED_TEXTBOXES
#ifdef EXPERIMENTAL_RIGHT_ALIGNED_TEXTBOXES
long flags = wxTE_RIGHT;
#else
long flags = wxTE_LEFT;
@@ -529,7 +529,7 @@ wxTextCtrl * ShuttleGuiBase::AddNumericTextBox(const wxString &Caption, const wx
AddPrompt( Caption );
miProp=0;
#ifdef RIGHT_ALIGNED_TEXTBOXES
#ifdef EXPERIMENTAL_RIGHT_ALIGNED_TEXTBOXES
long flags = wxTE_RIGHT;
#else
long flags = wxTE_LEFT;