diff options
Diffstat (limited to 'src/emu/ui/ui.h')
-rw-r--r-- | src/emu/ui/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/ui.h b/src/emu/ui/ui.h index 7e6248169c6..7153dae430b 100644 --- a/src/emu/ui/ui.h +++ b/src/emu/ui/ui.h @@ -168,7 +168,7 @@ public: // other void process_natural_keyboard(); - // MEWUI word wrap + // word wrap void wrap_text(render_container *container, const char *origs, float x, float y, float origwrapwidth, int &totallines, std::vector<int> &xstart, std::vector<int> &xend, float text_size = 1.0f); // draw an outlined box with given line color and filled with a texture |