From 9aca97f4e7783e8711db90e779e667a830dad783 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 16 Dec 2024 05:03:54 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_dialog.h | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/include/SDL3/SDL_dialog.h b/include/SDL3/SDL_dialog.h
index 0e1cc202831bb..e5b534a2222fe 100644
--- a/include/SDL3/SDL_dialog.h
+++ b/include/SDL3/SDL_dialog.h
@@ -25,14 +25,13 @@
* File dialog support.
*
* SDL offers file dialogs, to let users select files with native GUI
- * interfaces. There are "open" dialogs, "save" dialogs, and folder
- * selection dialogs. The app can control some details, such as
- * filtering to specific files, or whether multiple files can be selected by
- * the user.
+ * interfaces. There are "open" dialogs, "save" dialogs, and folder selection
+ * dialogs. The app can control some details, such as filtering to specific
+ * files, or whether multiple files can be selected by the user.
*
* Note that launching a file dialog is a non-blocking operation; control
- * returns to the app immediately, and a callback is called later (possibly
- * in another thread) when the user makes a choice.
+ * returns to the app immediately, and a callback is called later (possibly in
+ * another thread) when the user makes a choice.
*/
#ifndef SDL_dialog_h_