File Browser context menu improvements (issue 781)

This commit is contained in:
michael
2011-06-23 22:33:17 -04:00
parent 303a7ad149
commit 4dd7a47040
8 changed files with 198 additions and 54 deletions

View File

@@ -148,6 +148,11 @@ class Options {
bool showProfileSelector;
bool FileBrowserToolbarSingleRow;
bool menuGroupRank;
bool menuGroupLabel;
bool menuGroupFileOperations;
bool menuGroupProfileOperations;
Options ();
Options* copyFrom (Options* other);