diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-17 07:11:57 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-17 07:11:57 +0000 |
| commit | 8fcd08ffaac998385489dc202bba379280612990 (patch) | |
| tree | 69605f206cefb44b50128287ece3048ac769e2c1 /fluid/comments.h | |
| parent | 93a2170661d132d8c054035ae502db5da9237844 (diff) | |
Tweak 1.1.x FLUID some more...
fluid/about_panel.*:
- Finish cleanup of about dialog.
fluid/comments.h:
- Change default FLTK header comment to refer to the STR
page instead of fltk-bugs (will update the CMP
accordingly)
fluid/fluid.cxx:
- Update all menu items that open a window to have "..."
- Change overlays/widget bin on/off to "Toggle foo"
- Add a divider after toggle items.
fluid/makedepend:
- Update FLUID dependencies so that changes to comments.h
will cause an rebuild of the affected files.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/comments.h')
| -rw-r--r-- | fluid/comments.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/comments.h b/fluid/comments.h index 0a9887ad1..e1cf4a680 100644 --- a/fluid/comments.h +++ b/fluid/comments.h @@ -71,7 +71,9 @@ static char *comment_text[] = { "// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\n" "// USA.\n" "//\n" - "// Please report all bugs and problems to \"fltk-bugs@fltk.org\".\n" + "// Please report all bugs and problems on the following page:\n" + "//\n" + "// http://www.fltk.org/str.php\n" "//\n", // FLTK/Footer "\n//\n" |
