mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.
git-svn-id: svn://localhost/ardour2/branches/3.0@5805 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
539a692b0e
commit
09ec342926
24 changed files with 40 additions and 109 deletions
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "pbd/convert.h"
|
||||
#include <gtkmm2ext/utils.h>
|
||||
#include <gtkmm2ext/window_title.h>
|
||||
|
||||
#include "midi_port_dialog.h"
|
||||
|
||||
|
|
@ -28,9 +27,7 @@ MidiPortDialog::MidiPortDialog ()
|
|||
set_position (Gtk::WIN_POS_MOUSE);
|
||||
set_name (N_("MidiPortDialog"));
|
||||
|
||||
WindowTitle title(Glib::get_application_name());
|
||||
title += _("Add MIDI port");
|
||||
set_title(title.get_string());
|
||||
set_title (_("Add MIDI Port"));
|
||||
|
||||
vector<string> str = internationalize (PACKAGE, mode_strings);
|
||||
set_popdown_strings (port_mode_combo, str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue