Use hg changeset hash instead of svn revision.
1 #ifndef BACKGROUND_CHOOSER_DIALOG
2 #define BACKGROUND_CHOOSER_DIALOG
4 #include <gtkmm/dialog.h>
5 #include <gtkmm/label.h>
6 #include <gtkmm/filechooserbutton.h>
7 #include <gtkmm/spinbutton.h>
11 class BackgroundChooserDialog : public Gtk::Dialog
14 MapStorage* mapstorage;
15 Gtk::Label lblBackground;
16 Gtk::Label lblScaling;
17 Gtk::FileChooserButton fcbBackground;
18 Gtk::SpinButton sbScaling;
21 void clearBackground();
24 BackgroundChooserDialog(MapStorage* ms);