mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 04:33:55 -06:00
Add disambiguating prefix to the single letter column titles.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13101 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
21adfc1779
commit
cb3d92579e
@ -1,5 +1,9 @@
|
||||
2006-02-04 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-tree-view-commodity.c:
|
||||
* src/gnome-utils/gnc-tree-view-account.c: Add disambiguating
|
||||
prefix to the single letter column titles.
|
||||
|
||||
* src/report/stylesheets/stylesheet-fancy.scm:
|
||||
* src/report/stylesheets/stylesheet-easy.scm: Dave Herman's
|
||||
<dvherman@gmail.com> patch to fix #327630 by copying missing
|
||||
|
@ -506,7 +506,8 @@ gnc_tree_view_account_new_with_group (AccountGroup *group, gboolean show_root)
|
||||
GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO,
|
||||
GNC_TREE_VIEW_COLUMN_VISIBLE_ALWAYS,
|
||||
NULL);
|
||||
gnc_tree_view_add_toggle_column(view, _("Placeholder"), _("P"), "placeholder",
|
||||
gnc_tree_view_add_toggle_column(view, _("Placeholder"), Q_("Placeholder|P"),
|
||||
"placeholder",
|
||||
GNC_TREE_MODEL_ACCOUNT_COL_PLACEHOLDER,
|
||||
GNC_TREE_VIEW_COLUMN_VISIBLE_ALWAYS,
|
||||
sort_by_placeholder,
|
||||
|
@ -512,7 +512,8 @@ gnc_tree_view_commodity_new (QofBook *book,
|
||||
GNC_TREE_VIEW_COLUMN_COLOR_NONE,
|
||||
GNC_TREE_MODEL_COMMODITY_COL_VISIBILITY,
|
||||
sort_by_fraction);
|
||||
gnc_tree_view_add_toggle_column (view, _("Get Quotes"), _("Q"), "quote_flag",
|
||||
gnc_tree_view_add_toggle_column (view, _("Get Quotes"), Q_("Get Quotes|Q"),
|
||||
"quote_flag",
|
||||
GNC_TREE_MODEL_COMMODITY_COL_QUOTE_FLAG,
|
||||
GNC_TREE_MODEL_COMMODITY_COL_VISIBILITY,
|
||||
sort_by_quote_flag,
|
||||
|
Loading…
Reference in New Issue
Block a user