mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +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:
@@ -95,7 +95,7 @@ private:
|
||||
bool mbBringToTop;
|
||||
bool bHasBackground;
|
||||
bool bHasBringToTop;
|
||||
friend class ScreenFrame;
|
||||
friend class ScreenshotBigDialog;
|
||||
|
||||
public:
|
||||
bool Apply(const CommandContext & context) override;
|
||||
|
||||
Reference in New Issue
Block a user