summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/sndmenu.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/sndmenu.h
parent701df7fe9ea4775b25c9d7263592cb3d442e2793 (diff)
some MEWUI to UI renames (nw)
Diffstat (limited to 'src/emu/ui/sndmenu.h')
-rw-r--r--src/emu/ui/sndmenu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/ui/sndmenu.h b/src/emu/ui/sndmenu.h
index 19112ad848f..8b13b38ea88 100644
--- a/src/emu/ui/sndmenu.h
+++ b/src/emu/ui/sndmenu.h
@@ -2,16 +2,16 @@
// copyright-holders:Dankan1890
/***************************************************************************
- mewui/sndmenu.h
+ ui/sndmenu.h
- Internal MEWUI user interface.
+ Internal UI user interface.
***************************************************************************/
#pragma once
-#ifndef __MEWUI_SNDMENU_H__
-#define __MEWUI_SNDMENU_H__
+#ifndef __UI_SNDMENU_H__
+#define __UI_SNDMENU_H__
//-------------------------------------------------
// class sound options menu
@@ -39,4 +39,4 @@ private:
bool m_samples, m_sound;
};
-#endif /* __MEWUI_SNDMENU_H__ */
+#endif /* __UI_SNDMENU_H__ */