~widelands-dev/widelands/bug-1808169-disable-focus

« back to all changes in this revision

Viewing changes to src/wui/seafaring_statistics_menu.cc

Merged lp:~widelands-dev/widelands/appveyor_reenable_glbinding:
Use glbinding on Appveyor again, pre-built package was updated: https://github.com/Alexpux/MINGW-packages/issues/4671

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
               g_gr->images().get("images/wui/menus/menu_watch_follow.png"),
101
101
               (boost::format(_("%1% (Hotkey: %2%)")) %
102
102
                /** TRANSLATORS: Tooltip in the seafaring statistics window */
103
 
                _("Watch the selected ship") %
104
 
                pgettext("hotkey", "W"))
 
103
                _("Watch the selected ship") % pgettext("hotkey", "W"))
105
104
                  .str()),
106
105
     openwindowbtn_(
107
106
        &navigation_box_,
131
130
                    g_gr->images().get("images/wui/ship/menu_ship_goto.png"),
132
131
                    (boost::format(_("%1% (Hotkey: %2%)")) %
133
132
                     /** TRANSLATORS: Tooltip in the seafaring statistics window */
134
 
                     _("Center the map on the selected ship") %
135
 
                     pgettext("hotkey", "G"))
 
133
                     _("Center the map on the selected ship") % pgettext("hotkey", "G"))
136
134
                       .str()),
137
135
     table_(&main_box_, 0, 0, get_inner_w() - 2 * kPadding, 100, UI::PanelStyle::kWui) {
138
136
 
205
203
                                   NEVER_HERE();
206
204
                           }
207
205
                   }
208
 
                });
 
206
           });
209
207
}
210
208
 
211
209
const std::string