Audacity 3.2.0
ConnectionIssuesDialog.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 UploadCancelledDialog.cpp
7
8 Dmitry Vedenko
9
10**********************************************************************/
11
13
15{
18 : AudioComDialogBase { project, { "ConnectionIssuesDialog" } }
19{
20 AddTitle(XO("We encountered an issue syncing your file"));
21 AddParagraph(XO(
22 "Don't worry, your changes will be saved to a temporary location and will be synchronized to your cloud copy when your internet connection resumes."));
23 AddButton(
24 OkButtonIdentifier(), XO("OK"),
25 DefaultButton | EscButton);
26}
27DialogButtonIdentifier ConnectionIssuesDialog::OkButtonIdentifier()
28{
30}
31} // 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
TaggedIdentifier< DialogButtonIdentifierTag > DialogButtonIdentifier