summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2011-02-12 12:08:52 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2011-02-12 12:08:52 +0000
commit3bb11b999318d90632d1d9a412f7c04df1aa86d3 (patch)
tree69a0845d90e28d96ea3f9a86a81521e5856cd852 /CHANGES
parentf8c0dd01101139c7b79e02d33c2e7dad5219056c (diff)
Common dialogs like fl_message() and fl_ask() can now have a window
title (STR #2562). Added a test case for disabling the hotspot and using a window title to test/ask.cxx. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8417 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a82b1fdc8..c8353fa84 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,8 @@ CHANGES IN FLTK 1.3.0
- Added Fl_Menu_ methods: insert(), find_index(), clear_submenu()
- Hotspot behavior of fl_message() and other common dialogs is now
optional (STR #2561).
+ - Common dialogs like fl_message() and fl_ask() can now have a window
+ title (STR #2562).
IDE support and command line build options