Skip to content

Commit 22f98dc

Browse files
committed
update cds lib init
1 parent f66bfa3 commit 22f98dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

softworks/softworks.cdsLibMgr.il

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
println(" Adding Softworks Menu")
1+
printf(" Adding Softworks Menu\n")
22

33
lmgrCreateMenuItem( "StartVsCode" "simple"
44
'(("label" "Start VS Code" )
@@ -7,4 +7,4 @@ lmgrCreateMenuItem( "StartVsCode" "simple"
77
lmgrCreateMenu("SoftworksMenu" '(("label" "Softworks")))
88
lmgrInsertMenuItems("VirtueHelpMenu" "" '("StartVsCode"))
99

10-
println(" Done adding softworks menu ")
10+
printf(" Done adding softworks menu\n")

0 commit comments

Comments
 (0)