From 6fcfe73ca751f068978ce201094b17cf2dfe4d20 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:11:33 +0200 Subject: 3.16 --- library/process_xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/process_xml.h') diff --git a/library/process_xml.h b/library/process_xml.h index 589865a2..d627fc18 100644 --- a/library/process_xml.h +++ b/library/process_xml.h @@ -161,7 +161,7 @@ struct XmlGlobalSettings { //default external apps will be translated "on the fly"!!! #ifdef FFS_WIN - externelApplications.push_back(std::make_pair(wxT("Open with Explorer"), //mark for extraction: _("Open with Explorer") + externelApplications.push_back(std::make_pair(wxT("Show in Explorer"), //mark for extraction: _("Show in Explorer") wxT("explorer /select, \"%name\""))); externelApplications.push_back(std::make_pair(wxT("Open with default application"), //mark for extraction: _("Open with default application") wxT("cmd /c start \"\" \"%name\""))); -- cgit