summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/ctrlmenu.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-04 14:56:46 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-04 15:14:26 +0100
commit213283e43064d04bc5ba671e23177eb7ebe8d0a2 (patch)
treec113b6ef22c6c4adbb140d89a57eca70d38f5002 /src/emu/ui/ctrlmenu.h
parent701df7fe9ea4775b25c9d7263592cb3d442e2793 (diff)
some MEWUI to UI renames (nw)
Diffstat (limited to 'src/emu/ui/ctrlmenu.h')
-rw-r--r--src/emu/ui/ctrlmenu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/ui/ctrlmenu.h b/src/emu/ui/ctrlmenu.h
index 0ce43dd2a26..4c1325071d6 100644
--- a/src/emu/ui/ctrlmenu.h
+++ b/src/emu/ui/ctrlmenu.h
@@ -2,15 +2,15 @@
// copyright-holders:Dankan1890
/***************************************************************************
- mewui/ctrlmenu.h
+ ui/ctrlmenu.h
- Internal MEWUI user interface.
+ Internal UI user interface.
***************************************************************************/
#pragma once
-#ifndef __MEWUI_CTRLMENU_H__
-#define __MEWUI_CTRLMENU_H__
+#ifndef __UI_CTRLMENU_H__
+#define __UI_CTRLMENU_H__
//-------------------------------------------------
// class controller mapping menu
@@ -38,4 +38,4 @@ private:
int check_status(const char *status, const char *option);
};
-#endif /* __MEWUI_CTRLMENU_H__ */
+#endif /* __UI_CTRLMENU_H__ */