mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
c0d3db7502
commit
5ebbbf620a
1 changed files with 3 additions and 3 deletions
|
|
@ -28,9 +28,9 @@
|
|||
#include "i18n.h"
|
||||
|
||||
ExportFormatSelector::ExportFormatSelector () :
|
||||
edit_button (Gtk::Stock::EDIT),
|
||||
remove_button (Gtk::Stock::REMOVE),
|
||||
new_button (Gtk::Stock::NEW)
|
||||
edit_button ("EDIT"),
|
||||
remove_button ("REMOVE"),
|
||||
new_button ("NEW")
|
||||
{
|
||||
pack_start (format_combo, true, true, 0);
|
||||
pack_start (edit_button, false, false, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue