Audacity 3.2.0
UploadCanceledDialog.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 UploadCanceledDialog.cpp
7
8 Dmitry Vedenko
9
10**********************************************************************/
11
13
15{
18{
19 AddParagraph(XO("You have canceled this upload to audio.com"));
21}
22
24{
25 return { L"ok" };
26}
27
29{
30 return false;
31}
32} // namespace audacity::cloud::audiocom::sync
XO("Cut/Copy/Paste")
const auto project
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90
void AddButton(DialogButtonIdentifier identifier, const TranslatableString &text, int type=None)
void AddParagraph(const TranslatableString &paragraph)