mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 07:03:50 +01:00
Fix comments
This commit is contained in:
@@ -83,7 +83,7 @@ function( set_target_property_all target property value )
|
||||
endforeach()
|
||||
endfunction()
|
||||
|
||||
# Taken from wxWidgets and modified for Audcaity
|
||||
# Taken from wxWidgets and modified for Audacity
|
||||
#
|
||||
# cmd_option(<name> <desc> [default] [STRINGS strings])
|
||||
# The default is ON if third parameter isn't specified
|
||||
|
||||
@@ -270,7 +270,7 @@ void Grabber::OnKeyDown(wxKeyEvent &event)
|
||||
}
|
||||
|
||||
// Piggy back in same source file as Grabber.
|
||||
// Audcaity Flicker-free StaticBitmap.
|
||||
// Audacity Flicker-free StaticBitmap.
|
||||
BEGIN_EVENT_TABLE(AStaticBitmap,wxStaticBitmap)
|
||||
EVT_ERASE_BACKGROUND(AStaticBitmap::OnErase)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
@@ -145,7 +145,7 @@ class Grabber final : public wxWindow
|
||||
};
|
||||
|
||||
// Piggy back in same source file as Grabber.
|
||||
// Audcaity Flicker-free StaticBitmap.
|
||||
// Audacity Flicker-free StaticBitmap.
|
||||
class AStaticBitmap : public wxStaticBitmap {
|
||||
public:
|
||||
AStaticBitmap(wxWindow *parent,
|
||||
|
||||
Reference in New Issue
Block a user