Fix a couple of comments.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13099 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-04 20:22:38 +00:00
parent 311f5bdd57
commit ea587fdf3c

View File

@ -135,9 +135,7 @@ gnc_tree_view_add_toggle_column (GncTreeView *view,
*
* @param view A pointer to a generic GncTreeView.
*
* @param column_title The title for this column. This will be
* added as a tooltip what will be displayed when the mouse is
* hovered over the column title button.
* @param column_title The title for this column.
*
* @param pref_name The internal name of this column. This name is
* used in several functions to look up the column, and it is also
@ -208,9 +206,7 @@ gnc_tree_view_add_combo_column (GncTreeView *view,
*
* @param view A pointer to a generic GncTreeView.
*
* @param column_title The title for this column. This will be
* added as a tooltip what will be displayed when the mouse is
* hovered over the column title button.
* @param column_title The title for this column.
*
* @param pref_name The internal name of this column. This name is
* used in several functions to look up the column, and it is also