Favourites => Favorites, #5016
This commit is contained in:
@@ -158,8 +158,8 @@ protected:
|
||||
rtengine::StagedImageProcessor* ipc;
|
||||
|
||||
std::vector<ToolPanel*> toolPanels;
|
||||
std::vector<FoldableToolPanel*> favourites;
|
||||
ToolVBox* favouritePanel;
|
||||
std::vector<FoldableToolPanel*> favorites;
|
||||
ToolVBox* favoritePanel;
|
||||
ToolVBox* exposurePanel;
|
||||
ToolVBox* detailsPanel;
|
||||
ToolVBox* colorPanel;
|
||||
@@ -180,7 +180,7 @@ protected:
|
||||
Gtk::Image* imgPanelEnd[7];
|
||||
Gtk::VBox* vbPanelEnd[7];
|
||||
|
||||
Gtk::ScrolledWindow* favouritePanelSW;
|
||||
Gtk::ScrolledWindow* favoritePanelSW;
|
||||
Gtk::ScrolledWindow* exposurePanelSW;
|
||||
Gtk::ScrolledWindow* detailsPanelSW;
|
||||
Gtk::ScrolledWindow* colorPanelSW;
|
||||
@@ -195,7 +195,7 @@ protected:
|
||||
void addPanel (Gtk::Box* where, FoldableToolPanel* panel, int level = 1);
|
||||
void foldThemAll (GdkEventButton* event);
|
||||
void updateVScrollbars (bool hide);
|
||||
void addfavouritePanel (Gtk::Box* where, FoldableToolPanel* panel, int level = 1);
|
||||
void addfavoritePanel (Gtk::Box* where, FoldableToolPanel* panel, int level = 1);
|
||||
|
||||
private:
|
||||
EditDataProvider *editDataProvider;
|
||||
|
Reference in New Issue
Block a user