Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 5, 2024
1 parent 693268f commit a9d5a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Application {
tooltip(hwnd, exit_button, "Exit the DieKnow application and terminate all processes");
tooltip(hwnd, directory, "Directory of the DyKnow files");
tooltip(hwnd, interval_edit, "Delay between ticks for closing DyKnow");
tooltip(hand, interval_set, "Set the interval between ticks for closing DyKnow");
tooltip(hwnd, interval_set, "Set the interval between ticks for closing DyKnow");

for (HWND widget : widgets) {
SendMessage(widget, WM_SETFONT, (WPARAM)main_font, TRUE);
Expand Down

0 comments on commit a9d5a65

Please sign in to comment.