1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-25 07:43:54 +02:00

Rename Apply in spectrum settings & prefs dialogs, reposition it too

This commit is contained in:
Paul Licameli
2017-06-25 10:54:06 -04:00
parent 6cea9822c3
commit aa924b54a9
8 changed files with 23 additions and 20 deletions

View File

@@ -351,7 +351,10 @@ enum
enum
{
ePreviewID = wxID_LOWEST - 1,
// ePreviewID = wxID_LOWEST - 1,
// But there is a wxID_PREVIEW
ePreviewID = wxID_PREVIEW,
eDebugID = wxID_LOWEST - 2,
eSettingsID = wxID_LOWEST - 3,
ePreviewDryID = wxID_LOWEST - 4,