diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2010-08-20 23:24:19 +0200 |
commit | f5c598b518d1f906148534d015f50075d3e8242d (patch) | |
tree | 21dd70add5b366c3dd80641b77f6b18e0baa009e /test/fltk_browser.cc | |
parent | e98d02a01ffeb18ede86af025e51ae1ec011c75a (diff) | |
parent | 5f0fc0e48b8cbee7e1795935da0abff6627fd498 (diff) |
merge
Diffstat (limited to 'test/fltk_browser.cc')
-rw-r--r-- | test/fltk_browser.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/fltk_browser.cc b/test/fltk_browser.cc index 4186156e..11dfcbeb 100644 --- a/test/fltk_browser.cc +++ b/test/fltk_browser.cc @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -40,7 +39,7 @@ int main (int argc, char *argv[]) new Item ("second"); new Item ("third"); } - + window->resizable(browser); window->show(); return run(); |