Fixed windows build

FossilOrigin-Name: 9eea1bac1b8780266c9eac0e31d9d9246854e6ac
This commit is contained in:
kostas
2015-05-05 12:41:04 +00:00
parent 009c3d055d
commit 285e6795f2
4 changed files with 11 additions and 10 deletions

View File

@ -2015,7 +2015,7 @@ void MainWindow::on_fileTableView_customContextMenuRequested(const QPoint &pos)
if(fnames.size()==1)
{
QString fname = getCurrentWorkspace() + PATH_SEP + fnames[0];
QString fname = getCurrentWorkspace() + PATH_SEPARATOR + fnames[0];
fname = QDir::toNativeSeparators(fname);
if(ShowExplorerMenu((HWND)winId(), fname, gpos))
refresh();