diff options
| author | Quietust | 2012-09-13 08:27:28 -0500 |
|---|---|---|
| committer | Quietust | 2012-09-13 08:27:28 -0500 |
| commit | ae6e0f617dec8394b1572b400928f3a6676211ab (patch) | |
| tree | 7c3dc1005d15b46c28dabab7f7db4911fef846a5 | |
| parent | c9d73cb6fb846a7e1b5befcb13d1712c0cce831a (diff) | |
| download | dfhack-ae6e0f617dec8394b1572b400928f3a6676211ab.tar.gz dfhack-ae6e0f617dec8394b1572b400928f3a6676211ab.tar.bz2 dfhack-ae6e0f617dec8394b1572b400928f3a6676211ab.tar.xz | |
Make it clear that this is from DFHack, and properly name it Dwarf Manipulator
| -rw-r--r-- | plugins/manipulator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp index 06861bf0..429bcc17 100644 --- a/plugins/manipulator.cpp +++ b/plugins/manipulator.cpp @@ -603,7 +603,7 @@ void viewscreen_unitlaborsst::render() dfhack_viewscreen::render(); Screen::clear(); - Screen::drawBorder(" Manage Labors "); + Screen::drawBorder(" Dwarf Manipulator - Manage Labors "); for (int col = 0; col < labors_width; col++) { @@ -810,7 +810,7 @@ struct unitlist_hook : df::viewscreen_unitlistst { int x = 2; 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)"); } } }; |
