Skip to content

Commit d08ad23

Browse files
committed
forgot something
1 parent c1ccc64 commit d08ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bscript-gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ def compile_code():
125125

126126
tk.Button(root, text="Save Code", command=save_code).pack(pady=5)
127127

128-
tk.Button(root, text="Compile C Code", command=compile_code).pack(pady=5)
128+
tk.Button(root, text="Compile Code", command=compile_code).pack(pady=5)
129129

130130
root.mainloop()

0 commit comments

Comments
 (0)