Skip to content

Commit 5506b2a

Browse files
committed
Update menu.dat
1 parent ba18213 commit 5506b2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/default/menu.dat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
caption = {lang_open_in_browser}
44
category = projects
5-
command = cmd.exe /c "start "" "{project_url}""
5+
command = cmd.exe /c "start "" "{base_url}""
66
hide = on
77
icon = up-right-from-square
88

@@ -26,14 +26,14 @@ need_use_wt = off
2626

2727
caption = {lang_open_in_explorer}
2828
category = projects
29-
command = explorer.exe "{project_dir}"
29+
command = explorer.exe "{project_root}"
3030
icon = folder-closed
31-
work_directory = {project_dir}
31+
work_directory = {project_root}
3232

3333
[4]
3434

3535
category = projects
36-
command = cmd.exe /c "start "" "{project_url}""
36+
command = cmd.exe /c "start "" "{base_url}""
3737
hide = on
3838
need_alias = on
3939
icon = up-right-from-square

0 commit comments

Comments
 (0)