mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-25 16:07:49 +01:00
use nag screen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4193 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d0e092f692
commit
24ccad6dfb
2 changed files with 9 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ marker_view.cc
|
|||
midi_port_dialog.cc
|
||||
mixer_strip.cc
|
||||
mixer_ui.cc
|
||||
nag.cc
|
||||
new_session_dialog.cc
|
||||
option_editor.cc
|
||||
opts.cc
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
#include "ardour_ui.h"
|
||||
#include "public_editor.h"
|
||||
#include "keyboard.h"
|
||||
#include "nag.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -1008,6 +1009,13 @@ ExportDialog::do_export ()
|
|||
|
||||
progress_connection.disconnect ();
|
||||
end_dialog ();
|
||||
|
||||
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
||||
|
||||
if (ns) {
|
||||
ns->nag ();
|
||||
delete ns;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue