Editor: show Window indexes starting from 1

This matches Sides and Areas and makes more sense for a user-facing list.
This commit is contained in:
Charles Dang 2017-05-02 21:16:26 +11:00
parent e3c9d17035
commit 09e4bfcaee

View file

@ -313,7 +313,7 @@ void context_manager::expand_open_maps_menu(std::vector<config>& items, int i)
}
std::ostringstream ss;
ss << "[" << mci << "] ";
ss << "[" << mci + 1 << "] ";
const bool changed = mc.modified();