diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 14:35:18 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-03-20 14:35:18 +0000 |
| commit | 4e965380bc872a5da745d64a5d9deb901fa2979c (patch) | |
| tree | 5ef32ff39f7dc9fb50476c1623c131bc9c64599d /fluid/factory.cxx | |
| parent | a4786598bbb997fd0909a1113d70e53777ddaeb8 (diff) | |
Use uppercase letters for shortcut labels (e.g. "Ctrl+N", not
"Ctrl+n") to be consistent with other toolkits.
Remove debug printf from undo_checkpoint().
Change "Show Widget Panel" to "Show Properties" since it displays any
Fl_Type dialog, not just the widget panel.
Add "properties" to all of the type dialogs (UI consistency)
Remove extra elipsis (...) from code items in the new menu.
Revert Grid shortcut to Ctrl+G, since Alt+G is used to run a shell
command again.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/factory.cxx')
| -rw-r--r-- | fluid/factory.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/fluid/factory.cxx b/fluid/factory.cxx index 814a40d41..8cd57c338 100644 --- a/fluid/factory.cxx +++ b/fluid/factory.cxx @@ -869,13 +869,13 @@ static void cb(Fl_Widget *, void *v) { Fl_Menu_Item New_Menu[] = { {"Code",0,0,0,FL_SUBMENU}, - {"Function/Method...",0,cb,(void*)&Fl_Function_type}, - {"Code...",0,cb,(void*)&Fl_Code_type}, - {"Code Block...",0,cb,(void*)&Fl_CodeBlock_type}, - {"Declaration...",0,cb,(void*)&Fl_Decl_type}, - {"Declaration Block...",0,cb,(void*)&Fl_DeclBlock_type}, - {"Class...",0,cb,(void*)&Fl_Class_type}, - {"Comment...",0,cb,(void*)&Fl_Comment_type}, + {"Function/Method",0,cb,(void*)&Fl_Function_type}, + {"Code",0,cb,(void*)&Fl_Code_type}, + {"Code Block",0,cb,(void*)&Fl_CodeBlock_type}, + {"Declaration",0,cb,(void*)&Fl_Decl_type}, + {"Declaration Block",0,cb,(void*)&Fl_DeclBlock_type}, + {"Class",0,cb,(void*)&Fl_Class_type}, + {"Comment",0,cb,(void*)&Fl_Comment_type}, {0}, {"Group",0,0,0,FL_SUBMENU}, {0,0,cb,(void*)&Fl_Window_type}, |
