mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 23:49:28 +02:00
Splash: make a big one
This commit is contained in:
parent
007fa9eca2
commit
4a24e2c089
@ -35,6 +35,7 @@ most commonly asked questions about Audacity.
|
||||
#include "FileNames.h"
|
||||
#include "Internat.h"
|
||||
#include "ShuttleGui.h"
|
||||
#include "widgets/ErrorDialog.h"
|
||||
#include "widgets/LinkingHtmlWindow.h"
|
||||
|
||||
#include "Theme.h"
|
||||
@ -112,6 +113,49 @@ void SplashDialog::Populate( ShuttleGui & S )
|
||||
|
||||
S.Prop(0).AddWindow( icon );
|
||||
|
||||
icon
|
||||
#if ((((AUDACITY_VERSION % 10) ^ 1) >> 1) == 1)
|
||||
->Bind(wxEVT_LEFT_DOWN
|
||||
|
||||
,[this](
|
||||
|
||||
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
|
||||
;
|
||||
|
||||
mpHtml = safenew LinkingHtmlWindow(S.GetParent(), -1,
|
||||
wxDefaultPosition,
|
||||
wxSize(506, 280),
|
||||
|
Loading…
x
Reference in New Issue
Block a user