gnucash master: Missed Change of short cut and icon for scheduled 'Blank'
Robert Fewell
bobit at code.gnucash.org
Sat Mar 11 05:43:55 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/5393abb5 (commit)
from https://github.com/Gnucash/gnucash/commit/bfb56bdf (commit)
commit 5393abb58c4731ddd5ee6e709a90856d3d24757d
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Mar 11 10:41:36 2023 +0000
Missed Change of short cut and icon for scheduled 'Blank'
diff --git a/gnucash/ui/gnc-embedded-register-window.ui b/gnucash/ui/gnc-embedded-register-window.ui
index be1485922e..b65bf3ad2e 100644
--- a/gnucash/ui/gnc-embedded-register-window.ui
+++ b/gnucash/ui/gnc-embedded-register-window.ui
@@ -86,7 +86,7 @@
</submenu>
<submenu>
<attribute name="label" translatable="yes">_Action</attribute>
- <attribute name="action">membeddedwin.ActionsAction</attribute>
+ <attribute name="action">embeddedwin.ActionsAction</attribute>
<section>
<item>
<attribute name="label" translatable="yes">_Transferâ¦</attribute>
@@ -97,7 +97,7 @@
<item>
<attribute name="label" translatable="yes">_Blank Transaction</attribute>
<attribute name="action">GncPluginPageRegisterActions.BlankTransactionAction</attribute>
- <attribute name="accel"><Primary>Page_Down</attribute>
+ <attribute name="accel"><Primary>b</attribute>
<attribute name="tooltip" translatable="yes">Move to the blank transaction at the bottom of the register</attribute>
</item>
</section>
@@ -226,7 +226,7 @@
<property name="action-name">GncPluginPageRegisterActions.BlankTransactionAction</property>
<property name="tooltip-text" translatable="yes">Move to the blank transaction at the bottom of the register</property>
<property name="use-underline">True</property>
- <property name="icon-name">go-bottom</property>
+ <property name="icon-name">go-jump</property>
</object>
<packing>
<property name="expand">False</property>
Summary of changes:
gnucash/ui/gnc-embedded-register-window.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list