shadowm

conflict-1

May 24th, 2013
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.47 KB | None | 0 0
  1. diff --cc data/themes/editor.cfg
  2. index 2449ce9,323c8b3..0000000
  3. --- a/data/themes/editor.cfg
  4. +++ b/data/themes/editor.cfg
  5. @@@ -65,7 -65,7 +65,11 @@@
  6.               #image=lite_small
  7.               #image=lite
  8.               font_size=9
  9. ++<<<<<<< HEAD
  10.  +            items=statustable,unitlist,editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,editor-map-save-all,preferences,editor-settings,help,editor-close-map,quit-editor,editor-quit-to-desktop
  11. ++=======
  12. +             items=statustable,unitlist,editor-map-new,editor-map-load,editor-map-revert,editor-map-save,editor-map-save-as,preferences,help,editor-close-map,quit-editor,editor-quit-to-desktop
  13. ++>>>>>>> Reporposed Editor Settings dialog as a Custom ToD dialog
  14.               ref=top-panel
  15.               rect="=+1,=+1,+100,+20"
  16.               #rect="=+3,=+1,+55,=-4"
  17. @@@ -473,17 -481,9 +477,17 @@@
  18.               xanchor=right
  19.               yanchor=fixed
  20.           [/action]
  21.  +        [panel]
  22.  +            id=top_separator4
  23.  +         #   image=themes/editor/classic/menubar_rightside.png
  24.  +         #   ref=replay-panel
  25.  +            rect="=-11,=,+10,+27"
  26.  +            xanchor=fixed
  27.  +            yanchor=fixed
  28.  +        [/panel]
  29.           [menu]
  30.               id=switch_time
  31. -             items=editor-switch-time, menu-editor-schedule
  32. +             items=custom-tod, editor-switch-time, menu-editor-schedule
  33.               image=button_square/button_square_30
  34.               overlay=icons/action/editor-switch-time_30
  35.             tooltip= _ "Time Schedule Menu"
  36. diff --cc src/gui/dialogs/editor_settings.cpp
  37. index 653dd8a,52cc593..0000000
  38. --- a/src/gui/dialogs/editor_settings.cpp
  39. +++ b/src/gui/dialogs/editor_settings.cpp
  40. @@@ -92,16 -89,13 +89,21 @@@ tcustom_tod::tcustom_tod(editor::editor
  41.                 , true
  42.                 , &preferences::editor::tod_g
  43.                 , &preferences::editor::set_tod_g))
  44. -   , custom_tod_blue_field_(register_integer("custom_tod_blue"
  45. +   , tod_blue_field_(register_integer("tod_blue"
  46.                 , true
  47.                 , &preferences::editor::tod_b
  48. ++<<<<<<< HEAD
  49.  +              , &preferences::editor::set_tod_b))
  50.  +  , display_(display)
  51.  +  , can_update_display_(false)
  52.  +{
  53.  +}
  54. ++=======
  55. +                 , &preferences::editor::set_tod_b))
  56. +   , display_(display) {}
  57. ++>>>>>>> Reporposed Editor Settings dialog as a Custom ToD dialog
  58.  
  59. - void teditor_settings::do_next_tod(twindow& window)
  60. + void tcustom_tod::do_next_tod(twindow& window)
  61.   {
  62.     current_tod_++;
  63.     current_tod_ %= tods_.size();
Advertisement
Add Comment
Please, Sign In to add comment