mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 01:20:04 +02:00
Replace 2.2.2 'Easter Egg' with place-holder
This commit is contained in:
parent
bab8ea8393
commit
b7b01d48e0
@ -113,48 +113,14 @@ void SplashDialog::Populate( ShuttleGui & S )
|
|||||||
|
|
||||||
S.Prop(0).AddWindow( icon );
|
S.Prop(0).AddWindow( icon );
|
||||||
|
|
||||||
icon
|
#if (0)
|
||||||
#if ((((AUDACITY_VERSION % 10) ^ 1) >> 1) == 1)
|
icon->Bind(wxEVT_LEFT_DOWN,
|
||||||
->Bind(wxEVT_LEFT_DOWN
|
[this]( wxMouseEvent const & event ) ->void {
|
||||||
|
if ( event.ShiftDown() && event.ControlDown())
|
||||||
,[this](
|
wxLaunchDefaultBrowser("https://www.audacityteam.org");
|
||||||
|
}
|
||||||
wxMouseEvent const
|
);
|
||||||
& tneve
|
|
||||||
)->void{(void)((
|
|
||||||
tneve.ShiftDown (
|
|
||||||
)&& tneve.ControlDown (
|
|
||||||
))?([this]{
|
|
||||||
decltype(GetName(
|
|
||||||
|
|
||||||
))L1{wxT(
|
|
||||||
|
|
||||||
|
|
||||||
"\256Ovrairavqb9-Yhvtv\056\
|
|
||||||
")};for( auto
|
|
||||||
|
|
||||||
c:L1) c
|
|
||||||
=(( wxChar
|
|
||||||
)c&~ 0x1fu
|
|
||||||
)| ((((
|
|
||||||
wxChar) c&0x1fu
|
|
||||||
)+0xdu)% 0x1AU
|
|
||||||
);static_assert(
|
|
||||||
|
|
||||||
/**********/
|
|
||||||
|
|
||||||
!!!!!!
|
|
||||||
|
|
||||||
0 <3 <3
|
|
||||||
|
|
||||||
," !!!!!! "
|
|
||||||
|
|
||||||
/**********/
|
|
||||||
|
|
||||||
);AudacityMessageBox(wxT(1)
|
|
||||||
);}(),!0):!1);})
|
|
||||||
#endif
|
#endif
|
||||||
;
|
|
||||||
|
|
||||||
mpHtml = safenew LinkingHtmlWindow(S.GetParent(), -1,
|
mpHtml = safenew LinkingHtmlWindow(S.GetParent(), -1,
|
||||||
wxDefaultPosition,
|
wxDefaultPosition,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user