mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Calendar: Use format instead of printf.
I am not sure what this message is supposed to tell me, but I'll just keep it around.
This commit is contained in:
@@ -109,7 +109,7 @@ AddEventDialog::AddEventDialog(Core::DateTime date_time, Window* parent_window)
|
||||
ok_button.set_size_policy(GUI::SizePolicy::Fixed, GUI::SizePolicy::Fixed);
|
||||
ok_button.set_preferred_size(80, 20);
|
||||
ok_button.on_click = [this](auto) {
|
||||
dbg() << "TODO: Add event icon on specific tile";
|
||||
dbgln("TODO: Add event icon on specific tile");
|
||||
done(Dialog::ExecOK);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user