We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ccc64 commit d08ad23Copy full SHA for d08ad23
bscript-gui.py
@@ -125,6 +125,6 @@ def compile_code():
125
126
tk.Button(root, text="Save Code", command=save_code).pack(pady=5)
127
128
-tk.Button(root, text="Compile C Code", command=compile_code).pack(pady=5)
+tk.Button(root, text="Compile Code", command=compile_code).pack(pady=5)
129
130
root.mainloop()
0 commit comments