mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-22 22:21:24 +01:00
Fix dialog naming
For nicer Doxygen results, we need consistency in naming of classes. Dialag classes are now called SomethingDialog.
This commit is contained in:
@@ -22,10 +22,10 @@ class AudacityProject;
|
||||
class ShuttleGui;
|
||||
class UndoManager;
|
||||
|
||||
class HistoryWindow final : public wxDialogWrapper {
|
||||
class HistoryDialog final : public wxDialogWrapper {
|
||||
|
||||
public:
|
||||
HistoryWindow(AudacityProject * parent, UndoManager *manager);
|
||||
HistoryDialog(AudacityProject * parent, UndoManager *manager);
|
||||
|
||||
void UpdateDisplay(wxEvent &e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user