diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-03-10 02:31:26 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-03-10 02:31:26 +0000 |
| commit | 8e1ec2aec50999bae30625303f2c96e5b3b7f318 (patch) | |
| tree | 1cdabdde0e2518b71f0ab7247069e971424650bd /pokemodr/PokeModr.cpp | |
| parent | 0191933210bd20a59527fcf2732a4f3c846fb2a9 (diff) | |
[FIX] ImageDialog -> FileDialog
[FIX] FileDialog will filter out images based on size now
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@94 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokeModr.cpp')
| -rw-r--r-- | pokemodr/PokeModr.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pokemodr/PokeModr.cpp b/pokemodr/PokeModr.cpp index 56688cc5..80b50e66 100644 --- a/pokemodr/PokeModr.cpp +++ b/pokemodr/PokeModr.cpp @@ -31,7 +31,7 @@ #include <BugCatcher.h> #include <Exception.h> -#include "ImageDialog.h" +#include "FileDialog.h" #include "PokeModrUI.h" #include "PokeModr.h" @@ -56,7 +56,6 @@ int main(int argc, char* argv[]) try { PokeModrUI mainWindow(cfg.group("pokemodr"), cfg.group("pokemodr-recent")); - ImageDialog::init(&mainWindow); mainWindow.show(); app.exec(); } @@ -66,6 +65,5 @@ int main(int argc, char* argv[]) BugCatcher::report(Exception("PokeModr", "Uncaught exception")); ret = 1; } - ImageDialog::cleanUp(); return ret; } |
