Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'g15helper/g15helper.h')
-rw-r--r--g15helper/g15helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/g15helper/g15helper.h b/g15helper/g15helper.h
index 67ad642f7..3b95845be 100644
--- a/g15helper/g15helper.h
+++ b/g15helper/g15helper.h
@@ -38,9 +38,9 @@
#define G15_MAX_FBMEM (G15_MAX_WIDTH * G15_MAX_HEIGHT * G15_MAX_BPP)
#define G15_MAX_FBMEM_BITS (G15_MAX_FBMEM / 8)
#if defined(WIN32)
- #define G15_WIDGET_NAME L"Mumble G15 Display"
+#define G15_WIDGET_NAME L"Mumble G15 Display"
#elif defined(APPLE)
- #define G15_WIDGET_NAME CFSTR("Mumble G15 Display")
+#define G15_WIDGET_NAME CFSTR("Mumble G15 Display")
#endif
enum {