Name tweak (more consistent with other code)

This commit is contained in:
Johannes Mueller 2017-08-19 14:51:14 +02:00 committed by Robin Gareus
parent 245154d06a
commit e5a41084f3
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ public:
std::string get_description () const;
private:
Gtk::Entry _name_editor;
Gtk::Entry _name_entry;
Gtk::TextView _description_editor;
};