Fix typo in prefs.cpp
Some checks failed
Build / get-source-code (push) Blocked by required conditions
Build / build-deb (push) Blocked by required conditions
Build / build-appimage (push) Blocked by required conditions
Build / build-android (push) Blocked by required conditions
Build / build-windows (push) Blocked by required conditions
Build / download-system-deps (push) Has been cancelled
Build / build-gentoo (push) Has been cancelled

This commit is contained in:
Zachary Hall 2024-12-22 13:00:46 -08:00
parent 9316f82023
commit b13870e8e5

View file

@ -13,7 +13,7 @@ using namespace Looper::Options;
#define CMD_SET_SETTING 0x1002 #define CMD_SET_SETTING 0x1002
#define CMD_REVERT 0x1003 #define CMD_REVERT 0x1003
#define CMD_APPLY 0x1004 #define CMD_APPLY 0x1004
#define CMD_SET_SETTING_CHECKBOX = 0x1005 #define CMD_SET_SETTING_CHECKBOX 0x1005
bool show_icons, show_labels; bool show_icons, show_labels;
HaikuPrefsWindow::HaikuPrefsWindow(BLooper *next_handler) : BWindow(BRect(100, 100, 0, 0), "Preferences", B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS) { HaikuPrefsWindow::HaikuPrefsWindow(BLooper *next_handler) : BWindow(BRect(100, 100, 0, 0), "Preferences", B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS) {