summaryrefslogtreecommitdiff
path: root/src/flpsed.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-04 15:35:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-02-04 15:35:41 +0100
commit13278eaedfccf32ea897ef187d82d047af903557 (patch)
treedb07bb5f21d1967169aba8cd0e3e0777798250d7 /src/flpsed.cxx
parent9d93fd766028f7930c9a6b6f15094ebccc36411f (diff)
initial version of load_page()
Diffstat (limited to 'src/flpsed.cxx')
-rw-r--r--src/flpsed.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flpsed.cxx b/src/flpsed.cxx
index dae4677..a341fc2 100644
--- a/src/flpsed.cxx
+++ b/src/flpsed.cxx
@@ -82,6 +82,8 @@ void open_cb() {
char *file = fl_file_chooser("Open File?", "*.ps", filename);
if(file != NULL) {
psed_p->load(file);
+
+ psed_p->load_page(2);
}
}