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