Skip to content

Commit

Permalink
gui: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 15, 2024
1 parent 7916dbf commit 171f6dc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/gui/DialogSettings.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:26 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down
2 changes: 1 addition & 1 deletion src/gui/DialogSettings.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:26 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FrameLog.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:26 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FrameLog.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:26 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down
4 changes: 2 additions & 2 deletions src/gui/FrameMain.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:25 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down Expand Up @@ -131,7 +131,7 @@ FrameMain::FrameMain(wxWindow* parent, wxWindowID id, const wxString& title, con
frame_main_toolbar->AddTool(ID_INPUT_REPLAY, _("Replay Input"), bitmapBundleFromSVGResource(wxString(wxSystemSettings::GetAppearance().IsDark() ? "dark" : "light") + "/" + "replay"), wxNullBitmap, wxITEM_NORMAL, _("Replay a recorded mouse and keyboard input macro. If <Shift> is held down while clicking this button, the macro is replayed in a loop."), wxEmptyString);
Bind(wxEVT_MENU, &FrameMain::machine_input_replay, this, ID_INPUT_REPLAY);
frame_main_toolbar->AddSeparator();
frame_main_toolbar->AddTool(ID_FULLSCREEN, _("Fullscreen"), bitmapBundleFromSVGResource(wxString(wxSystemSettings::GetAppearance().IsDark() ? "dark" : "light") + "/" + "fullscreen"), wxNullBitmap, wxITEM_CHECK, _("Toggle fullscreen view."), wxEmptyString);
frame_main_toolbar->AddTool(ID_FULLSCREEN, _("Fullscreen"), bitmapBundleFromSVGResource(wxString(wxSystemSettings::GetAppearance().IsDark() ? "dark" : "light") + "/" + "fullscreen"), wxNullBitmap, wxITEM_NORMAL, _("Toggle fullscreen view."), wxEmptyString);
Bind(wxEVT_MENU, &FrameMain::view_togglefullscreen, this, ID_FULLSCREEN);
frame_main_toolbar->AddTool(ID_ONE_TO_ONE, _("View 1:1"), bitmapBundleFromSVGResource(wxString(wxSystemSettings::GetAppearance().IsDark() ? "dark" : "light") + "/" + "one-to-one"), wxNullBitmap, wxITEM_CHECK, _("Toggle 1:1 view, disabling all scaling."), wxEmptyString);
Bind(wxEVT_MENU, &FrameMain::view_toggle1to1, this, ID_ONE_TO_ONE);
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FrameMain.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// -*- C++ -*-
//
// generated by wxGlade 1.0.4 on Sun Oct 13 20:08:20 2024
// generated by wxGlade 1.0.4 on Tue Oct 15 11:39:25 2024
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
Expand Down

0 comments on commit 171f6dc

Please sign in to comment.