Make it clear that this is from DFHack, and properly name it Dwarf Manipulator

develop
Quietust 2012-09-13 08:27:28 -05:00
parent c9d73cb6fb
commit ae6e0f617d
1 changed files with 2 additions and 2 deletions

@ -603,7 +603,7 @@ void viewscreen_unitlaborsst::render()
dfhack_viewscreen::render(); dfhack_viewscreen::render();
Screen::clear(); Screen::clear();
Screen::drawBorder(" Manage Labors "); Screen::drawBorder(" Dwarf Manipulator - Manage Labors ");
for (int col = 0; col < labors_width; col++) for (int col = 0; col < labors_width; col++)
{ {
@ -810,7 +810,7 @@ struct unitlist_hook : df::viewscreen_unitlistst
{ {
int x = 2; int x = 2;
OutputString(12, x, gps->dimy - 2, "l"); // UNITVIEW_PRF_PROF key OutputString(12, x, gps->dimy - 2, "l"); // UNITVIEW_PRF_PROF key
OutputString(15, x, gps->dimy - 2, ": Manage labors"); OutputString(15, x, gps->dimy - 2, ": Manage labors (DFHack)");
} }
} }
}; };