Fixed windows build
FossilOrigin-Name: 9eea1bac1b8780266c9eac0e31d9d9246854e6ac
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user