~qcumber-some/widelands/spice-up-cmake

« back to all changes in this revision

Viewing changes to src/editor/ui_menus/editor_main_menu_map_options.cc

  • Committer: Jens Beyer (Qcumber-some)
  • Date: 2010-05-28 14:51:37 UTC
  • mfrom: (5149.1.226 trunk)
  • Revision ID: qcumber-some@buerotiger.de-20100528145137-0pyil9qw7szyztsw
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
Enable_Set_Origin_Tool_Button(Main_Menu_Map_Options & parent)
41
41
        :
42
42
        UI::Button
43
 
                (&parent,
 
43
                (&parent, "set_origin",
44
44
                 5, parent.get_inner_h() - 25, parent.get_inner_w() - 10, 20,
45
45
                 g_gr->get_picture(PicMod_UI, "pics/but0.png"),
46
46
                 _("Set origin"),
56
56
Main_Menu_Map_Options::Main_Menu_Map_Options(Editor_Interactive & parent)
57
57
        :
58
58
        UI::Window
59
 
                (&parent,
 
59
                (&parent, "map_options",
60
60
                 (parent.get_w() - 200) / 2, (parent.get_h() - 300) / 2, 200, 305,
61
61
                 _("Map Options")),
62
62
        m_enable_set_origin_tool(*this)