mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
The whole Preferences dialog caption should be translatable
This commit is contained in:
@@ -94,7 +94,7 @@ int wxTreebookExt::ChangeSelection(size_t n) {
|
|||||||
int wxTreebookExt::SetSelection(size_t n)
|
int wxTreebookExt::SetSelection(size_t n)
|
||||||
{
|
{
|
||||||
int i = wxTreebook::SetSelection(n);
|
int i = wxTreebook::SetSelection(n);
|
||||||
wxString Temp = wxString(wxT("Preferences: ")) + GetPageText( n );
|
wxString Temp = wxString(_("Preferences: ")) + GetPageText( n );
|
||||||
((wxDialog*)GetParent())->SetTitle( Temp );
|
((wxDialog*)GetParent())->SetTitle( Temp );
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user