Skip to content

Commit 8bb3eb1

Browse files
committed
Add "Help" menu item
People may very well look for it there when they look for documentation in general and not for a specific topic (via the blue "?" buttons). Updated en.catkeys
1 parent 2d4590c commit 8bb3eb1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

locales/en.catkeys

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1 English application/x-vnd.wgp-CapitalBe 1317338280
1+
1 English application/x-vnd.wgp-CapitalBe 3533405837
22
Year ReportWindow Year
33
None ReportWindow None
44
Export to QIF file… MainWindow Export to QIF file…
@@ -251,6 +251,7 @@ Quick balance failed. This doesn't mean that you did something wrong - it's just
251251
You need to have an account created in order to reconcile it. MainWindow You need to have an account created in order to reconcile it.
252252
Payee is missing TextInput Payee is missing
253253
CapitalBe didn't understand the date you entered TextInput CapitalBe didn't understand the date you entered
254+
Help… MainWindow Help…
254255
Recalculate all BudgetWindow Recalculate all
255256
Quarterly BudgetWindow Quarterly
256257
You created the new category '%categoryname%'.\n\nPlease select a transaction type for it, 'income' or 'expenses'. CategoryWindow You created the new category '%categoryname%'.\n\nPlease select a transaction type for it, 'income' or 'expenses'.

src/MainWindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ MainWindow::MainWindow(BRect frame, BPath lastFile)
132132
= new BMenuItem(B_TRANSLATE("Clear filter"), new BMessage(M_CLEAR_FILTER), 'L');
133133
menu->AddItem(clearFilter);
134134
menu->AddSeparatorItem();
135+
menu->AddItem(
136+
new BMenuItem(B_TRANSLATE("Help" B_UTF8_ELLIPSIS), new BMessage(M_HELP)));
135137
menu->AddItem(
136138
new BMenuItem(B_TRANSLATE("Report a bug" B_UTF8_ELLIPSIS), new BMessage(M_REPORT_BUG)));
137139
BMenuItem* item

0 commit comments

Comments
 (0)