diff options
Diffstat (limited to 'src/fl_ask.cxx')
| -rw-r--r-- | src/fl_ask.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx index b9c31fd43..7edbb9194 100644 --- a/src/fl_ask.cxx +++ b/src/fl_ask.cxx @@ -399,7 +399,7 @@ const char *fl_password(int maxchar, const char *fmt, const char *defstr, ...) { many common dialogs like fl_message(), fl_alert(), fl_ask(), fl_choice(), fl_input(), fl_password(). - The position set with this method overrides the hotspot setting, + The position set with this method s the hotspot setting, i.e. setting a position has higher priority than the hotspot mode set by fl_message_hotspot(int). @@ -449,7 +449,7 @@ void fl_message_position(Fl_Widget *widget) { \code #include <FL/fl_ask.H> \endcode - The position set with this method overrides the hotspot setting, + The position set with this method s the hotspot setting, i.e. setting a position has higher priority than the hotspot mode set by fl_message_hotspot(int). @@ -540,7 +540,7 @@ void fl_message_title(const char *title) { fl_input(), fl_password(), unless a specific title has been set with fl_message_title(const char *title). - The default is no title. You can override the default title for a + The default is no title. You can the default title for a single dialog with fl_message_title(const char *title). The \p title string is copied internally, so that you can use a |
