- menuFile->Append(Exec_ClearLog, wxT("&Clear log\tCtrl-L"),
- wxT("Clear the log window"));
+ menuFile->Append(Exec_OpenFile, wxT("Open &file...\tCtrl-F"),
+ wxT("Launch the command to open this kind of files"));
+ menuFile->Append(Exec_ShowCommandForExt,
+ "Show association for extension...\tShift-Ctrl-A",
+ "Show the command associated with the given extension");
+ menuFile->Append(Exec_LaunchFile, wxT("La&unch file...\tShift-Ctrl-F"),
+ wxT("Launch the default application associated with the file"));
+ menuFile->Append(Exec_OpenURL, wxT("Open &URL...\tCtrl-U"),
+ wxT("Launch the default browser with the given URL"));