X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Ftempo_map_importer.cc;h=91e2320337d17fdc4e18091d279d4dfb1fbc8442;hb=b285559767e21aae4467270590f048c3263fd742;hp=b170aea8ea9a2bfb2389f227e383369335aafb4c;hpb=b194253b1eb850b37b430b90cc83224cf8b94ed1;p=ardour.git diff --git a/libs/ardour/tempo_map_importer.cc b/libs/ardour/tempo_map_importer.cc index b170aea8ea..91e2320337 100644 --- a/libs/ardour/tempo_map_importer.cc +++ b/libs/ardour/tempo_map_importer.cc @@ -23,11 +23,10 @@ #include #include "ardour/session.h" +#include "ardour/tempo.h" #include "pbd/failed_constructor.h" -#include "pbd/compose.h" -#include "pbd/error.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; using namespace PBD; @@ -87,7 +86,7 @@ bool TempoMapImporter::_prepare_move () { // Prompt user for verification - boost::optional replace = Prompt (_("This will replace the current tempo map!\nAre you shure you want to do this?")); + boost::optional replace = Prompt (_("This will replace the current tempo map!\nAre you sure you want to do this?")); return replace.get_value_or (false); }