Changeset 1616:78704393218d in lemon-0.x for gui/graph-displayer.cc
- Timestamp:
- 08/07/05 20:06:41 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph-displayer.cc
r1606 r1616 44 44 45 45 MainWin mainwin("Displayed Graph"); 46 47 if ((argc == 2) && (Glib::file_test(argv[1], Glib::FILE_TEST_IS_REGULAR))) 48 { 49 mainwin.readFile(argv[1]); 50 } 51 46 52 app.run(mainwin); 47 53
Note: See TracChangeset
for help on using the changeset viewer.