mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +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"
|
#include "i18n.h"
|
||||||
|
|
||||||
ExportFormatSelector::ExportFormatSelector () :
|
ExportFormatSelector::ExportFormatSelector () :
|
||||||
edit_button (Gtk::Stock::EDIT),
|
edit_button ("EDIT"),
|
||||||
remove_button (Gtk::Stock::REMOVE),
|
remove_button ("REMOVE"),
|
||||||
new_button (Gtk::Stock::NEW)
|
new_button ("NEW")
|
||||||
{
|
{
|
||||||
pack_start (format_combo, true, true, 0);
|
pack_start (format_combo, true, true, 0);
|
||||||
pack_start (edit_button, false, false, 3);
|
pack_start (edit_button, false, false, 3);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue