diff options
-rw-r--r-- | src/about/preferences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about/preferences.c b/src/about/preferences.c index 7e1eb23..7bdc48d 100644 --- a/src/about/preferences.c +++ b/src/about/preferences.c @@ -38,7 +38,7 @@ mq_about_preferences_response(MqApplication *application, GHashTable *query, } else { document = mq_html_document("Preferences", mq_html_form("Save", "Cancel", - mq_html_notebook(FALSE, "notebook1", 0, + mq_html_notebook(TRUE, "notebook1", 0, mq_html_container("div", mq_html_input_text("text1", "Text 1", ""), |