Audacity 3.2.0
SyncSucceededDialog.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 SyncSucceededDialog.cpp
7
8 Dmitry Vedenko
9
10**********************************************************************/
11
12#include "SyncSucceededDialog.h"
13
15{
18{
19 AddTitle(XO("Success!"));
21 XO("All saved changes will now update to the cloud. You can manage this file from your uploaded projects page on audio.com"));
22
23 AddButton(ViewOnlineIdentifier(), XO("View online"));
25}
26
28{
29 return { L"done" };
30}
31
33{
34 return { L"view_online" };
35}
36
37} // 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 AddTitle(const TranslatableString &title)
void AddButton(DialogButtonIdentifier identifier, const TranslatableString &text, int type=None)
void AddParagraph(const TranslatableString &paragraph)