summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/devctrl.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-28 09:20:10 +0100
commit26e7a17b6326aa5a75a6276e52cf84a94c16d7a0 (patch)
treebab4468226c59d590688e0ece892f5bfbca58736 /src/emu/ui/devctrl.h
parent13b862c4fae88f0f819c2c4416d49249e4de45b9 (diff)
Cleanups and version bumpmame0158
Diffstat (limited to 'src/emu/ui/devctrl.h')
-rw-r--r--src/emu/ui/devctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/ui/devctrl.h b/src/emu/ui/devctrl.h
index ec6dafc7b9e..81fe091315b 100644
--- a/src/emu/ui/devctrl.h
+++ b/src/emu/ui/devctrl.h
@@ -9,9 +9,9 @@
printers)
The base class contains calls to get the total number of devices of
the same kind connected to the driver, and shortcuts to switch current
- device to next one or previous one attached. This allows, for instance,
- users to pass from a device to another one by simply pressing left/right
- and the menu is rebuilt accordingly, without the need of a preliminary
+ device to next one or previous one attached. This allows, for instance,
+ users to pass from a device to another one by simply pressing left/right
+ and the menu is rebuilt accordingly, without the need of a preliminary
submenu listing available devices of the same kind.
Copyright Nicola Salmoria and the MAME Team.