From 82a59a4a9bd933fda337a7da324cf2c17298ac8f Mon Sep 17 00:00:00 2001 From: trizen Date: Sat, 10 Feb 2018 18:26:05 +0200 Subject: [PATCH] Use cached icons for the file manager and terminal. --- obbrowser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obbrowser b/obbrowser index 1379f81..ba277a6 100755 --- a/obbrowser +++ b/obbrowser @@ -312,13 +312,13 @@ my $escapedProgramName = xmlEscape($0); # "Browse here..." and "Terminal here..." entries my $generated_menu = qq{} . qq{$CONFIG{file_manager} "$qEscapedDir"} . ( $CONFIG{with_terminal} ? (qq{$CONFIG{terminal} "$qEscapedDir"}) : q{} )