making the names according to those guidelines

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 456839]
This commit is contained in:
Valeriy Kamyshniy 2014-05-01 03:53:31 -05:00
parent f86d74a861
commit 9a37477ccd
6 changed files with 68 additions and 87 deletions

View file

@ -60,15 +60,15 @@
};
// attributes & control data
bool new_only;
bool _new_only;
std::string _provided_session_name;
std::string _provided_session_path;
std::string recent_session_full_name[MAX_RECENT_SESSION_COUNTS];
std::string selected_session_full_name;
std::string _recent_session_full_name[MAX_RECENT_SESSION_COUNTS];
std::string _selected_session_full_name;
bool _existing_session_chooser_used; ///< set to true when the existing session chooser has been used
Gtk::Label info_scroller_label;
std::string::size_type info_scroller_count;
sigc::connection info_scroller_connection;
Gtk::Label _info_scroller_label;
std::string::size_type _info_scroller_count;
sigc::connection _info_scroller_connection;
// methods
virtual void init();