diff options
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
| -rw-r--r-- | indra/newview/llfloaterpreference.h | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 6c2e655270..ea6e1070cd 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -312,8 +312,14 @@ private:  	// reloads settings, discards current changes, updates table  	void regenerateControls(); +	// These fuctions do not clean previous content +	bool addControlTableColumns(const std::string &filename); +	bool addControlTableRows(const std::string &filename); +	void addControlTableSeparator(); + +	// Cleans content and then adds content from xml files according to current mEditingMode  	void populateControlTable(); -	void addSeparator(); +	// Updates keybindings from storage to table  	void updateTable();  	LLScrollListCtrl* pControlsTable;  | 
