1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

Fix comments

This commit is contained in:
Paul Licameli
2020-06-14 13:28:59 -04:00
parent a28cf96c85
commit 04a0eb4370
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ function( set_target_property_all target property value )
endforeach() endforeach()
endfunction() endfunction()
# Taken from wxWidgets and modified for Audcaity # Taken from wxWidgets and modified for Audacity
# #
# cmd_option(<name> <desc> [default] [STRINGS strings]) # cmd_option(<name> <desc> [default] [STRINGS strings])
# The default is ON if third parameter isn't specified # The default is ON if third parameter isn't specified

View File

@@ -270,7 +270,7 @@ void Grabber::OnKeyDown(wxKeyEvent &event)
} }
// Piggy back in same source file as Grabber. // Piggy back in same source file as Grabber.
// Audcaity Flicker-free StaticBitmap. // Audacity Flicker-free StaticBitmap.
BEGIN_EVENT_TABLE(AStaticBitmap,wxStaticBitmap) BEGIN_EVENT_TABLE(AStaticBitmap,wxStaticBitmap)
EVT_ERASE_BACKGROUND(AStaticBitmap::OnErase) EVT_ERASE_BACKGROUND(AStaticBitmap::OnErase)
END_EVENT_TABLE() END_EVENT_TABLE()

View File

@@ -145,7 +145,7 @@ class Grabber final : public wxWindow
}; };
// Piggy back in same source file as Grabber. // Piggy back in same source file as Grabber.
// Audcaity Flicker-free StaticBitmap. // Audacity Flicker-free StaticBitmap.
class AStaticBitmap : public wxStaticBitmap { class AStaticBitmap : public wxStaticBitmap {
public: public:
AStaticBitmap(wxWindow *parent, AStaticBitmap(wxWindow *parent,