1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 15:43:50 +01:00

Fix a comment

This commit is contained in:
Paul Licameli
2020-05-24 12:38:20 -04:00
parent 6beeb86a6a
commit 1075f15182

View File

@@ -370,7 +370,7 @@ wxAccStatus TreeCtrlAx::Select(int childId, wxAccSelectionFlags selectFlags)
#endif
// PrefsPanel might move out into its own file in due ocurse.
// PrefsPanel might move out into its own file in due course.
PluginPath PrefsPanel::GetPath(){ return BUILTIN_PREFS_PANEL_PREFIX + GetSymbol().Internal(); }
VendorSymbol PrefsPanel::GetVendor(){ return XO("Audacity");}
wxString PrefsPanel::GetVersion(){ return AUDACITY_VERSION_STRING;}