Skip to content

Commit

Permalink
Merge b562b17 into 5507310
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Sep 9, 2015
2 parents 5507310 + b562b17 commit 4a6215e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gtimelog/gtimelog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ GTimeLog is a time tracking application.
<property name="label" translatable="yes">_Weekly Report</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_weekly_report_activate" swapped="no"/>
<accelerator key="W" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
</child>
<child>
Expand Down Expand Up @@ -372,6 +373,7 @@ GTimeLog is a time tracking application.
<property name="label" translatable="yes">_Monthly Report</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_monthly_report_activate" swapped="no"/>
<accelerator key="M" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
</child>
<child>
Expand Down

0 comments on commit 4a6215e

Please sign in to comment.