Fixed capitalization of progressdialog.h includes (thanks to Martin for pointing this out, issue #103)

This commit is contained in:
Wyatt Olson
2010-05-08 14:49:14 -06:00
parent 228446736b
commit 78458ca63a
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#include <editorpanel.h>
#include <batchqueuepanel.h>
#include <set>
#include <Progressdialog.h>
#include <progressdialog.h>
class RTWindow : public Gtk::Window, public rtengine::ProgressListener{