fix compose mess, and a number of 64 bit printf specs
[ardour.git] / gtk2_ardour / time_axis_view_item.cc
index f47f8c81d93073e9ff01e17907bc24b43cb7b7e9..c9fbe922d8db581a8f09b0da8aa2b495b39eefd8 100644 (file)
@@ -255,7 +255,7 @@ bool
 TimeAxisViewItem::set_duration (jack_nframes_t dur, void* src)
 {
        if ((dur > max_item_duration) || (dur < min_item_duration)) {
-               warning << compose (_("new duration %1 frames is out of bounds for %2"), get_item_name(), dur)
+               warning << string_compose (_("new duration %1 frames is out of bounds for %2"), get_item_name(), dur)
                        << endmsg;
                return false;
        }