summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamplan <[email protected]>2019-05-10 21:06:50 +0200
committerlukefromdc <[email protected]>2019-05-15 04:52:42 +0000
commit9b949cb0998ee288dbb8561919e85800cec7cc53 (patch)
treef14ae9962c7738394fd723860f0acf6564c107d4
parentf71171331d5ea659cfcdd9185b01802f88f0c6ed (diff)
downloadengrampa-9b949cb0998ee288dbb8561919e85800cec7cc53.tar.bz2
engrampa-9b949cb0998ee288dbb8561919e85800cec7cc53.tar.xz
Update ui.h
Remove hard-coded 'Back' label button
-rw-r--r--src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.h b/src/ui.h
index aab5adf..6693f97 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -193,7 +193,7 @@ static GtkActionEntry action_entries[] = {
G_CALLBACK (activate_action_open_folder_from_sidebar) },
{ "GoBack", "go-previous",
- "Back", NULL,
+ NULL, NULL,
N_("Go to the previous visited location"),
G_CALLBACK (activate_action_go_back) },
{ "GoForward", "go-next",