From 37edd2d44c5fdcbbb0e936a97be8e481a0c90b1f Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:25:55 -0400 Subject: [PATCH] [P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit) --- gtk2_ardour/latency_gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/latency_gui.cc b/gtk2_ardour/latency_gui.cc index d8cf8d051e..0b73ce5fb6 100644 --- a/gtk2_ardour/latency_gui.cc +++ b/gtk2_ardour/latency_gui.cc @@ -165,7 +165,7 @@ LatencyDialog::LatencyDialog (const std::string& title, Latent& l, framepos_t sr lwidget (l, sr, psz) { get_vbox()->pack_start (lwidget); - add_button (Stock::CLOSE, RESPONSE_CLOSE); + add_button ("CLOSE", RESPONSE_CLOSE); show_all (); run ();