diff --git a/src/AllThemeResources.h b/src/AllThemeResources.h index 33d2b8481..4dc5a2a36 100644 --- a/src/AllThemeResources.h +++ b/src/AllThemeResources.h @@ -67,10 +67,10 @@ from there. Audacity will look for a file called "Pause.png". DEFINE_IMAGE( bmpCutPreviewDisabled, wxImage( 16, 16 ), wxT("CutPreviewDisabled")); DEFINE_IMAGE( bmpAppendRecord, wxImage( 16, 16 ), wxT("AppendRecord")); DEFINE_IMAGE( bmpAppendRecordDisabled, wxImage( 16, 16 ), wxT("AppendRecordDisabled")); - DEFINE_IMAGE( bmpScrubDisabled, wxImage( 18, 16 ), wxT("ScrubDisabled")); DEFINE_IMAGE( bmpScrub, wxImage( 18, 16 ), wxT("Scrub")); - DEFINE_IMAGE( bmpSeekDisabled, wxImage( 26, 16 ), wxT("SeekDisabled")); + DEFINE_IMAGE( bmpScrubDisabled, wxImage( 18, 16 ), wxT("ScrubDisabled")); DEFINE_IMAGE( bmpSeek, wxImage( 26, 16 ), wxT("Seek")); + DEFINE_IMAGE( bmpSeekDisabled, wxImage( 26, 16 ), wxT("SeekDisabled")); SET_THEME_FLAGS( resFlagNone );