- Trivialities: change a couple of comments. The SIGSEGV isn't related

to option parsing.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@737 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-06 10:51:37 +00:00
parent 8b1da4e1c7
commit 933d814ddc
3 changed files with 2 additions and 5 deletions

View File

@ -108,9 +108,6 @@
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="position">2</property>

View File

@ -54,5 +54,5 @@ main(int argc, char* argv[])
// filenames of documents to be opened
parse_options(argc, argv);
return 0;
return 0;
}

View File

@ -63,7 +63,7 @@ start_gui(const std::string& filename)
refXml->get_widget("AboutDialog", about_dialog);
help_about->signal_activate().connect(sigc::mem_fun(*about_dialog, &Window::show));
// Here open filename if != ""
// FIXME: Here open filename if != ""
main_window->show_all_children();