Skip to content

Commit

Permalink
gui: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 7, 2024
1 parent 1868ce4 commit b8ce609
Show file tree
Hide file tree
Showing 6 changed files with 6 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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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
3 changes: 1 addition & 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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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 @@ -158,7 +158,6 @@ FrameMain::FrameMain(wxWindow* parent, wxWindowID id, const wxString& title, con
wxStaticBoxSizer* sizer_bookmarks = new wxStaticBoxSizer(new wxStaticBox(splitwin_left_pane_2, wxID_ANY, _("Bookmarks")), wxHORIZONTAL);
const wxString *list_box_bookmarks_choices = NULL;
list_box_bookmarks = new wxListBox(splitwin_left_pane_2, ID_LISTBOX_BOOKMARKS, wxDefaultPosition, wxDefaultSize, 0, list_box_bookmarks_choices, wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_SINGLE);
list_box_bookmarks->SetForegroundColour(wxColour(0, 0, 0));
sizer_bookmarks->Add(list_box_bookmarks, 1, wxALL|wxEXPAND, 3);
splitwin_main_pane_2 = new wxPanel(splitwin_main, wxID_ANY);
wxBoxSizer* sizer_notebook = new wxBoxSizer(wxHORIZONTAL);
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 6 10:22:28 2024
// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 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 b8ce609

Please sign in to comment.