diff -r 251b121ab6c0 -r 6b82f6a3ad53 src/config.h
--- a/src/config.h Sun Sep 08 21:58:54 2013 +0300
+++ b/src/config.h Sun Sep 08 22:08:52 2013 +0300
@@ -1,5 +1,5 @@
/*
- * ZanDemo: Zandronum demo launcher
+ * ZCinema: Zandronum demo launcher
* Copyright (C) 2013 Santeri Piippo
*
* This program is free software: you can redistribute it and/or modify
@@ -16,8 +16,8 @@
* along with this program. If not, see .
*/
-#ifndef ZANDEMO_CONFIG_H
-#define ZANDEMO_CONFIG_H
+#ifndef ZCINEMA_CONFIG_H
+#define ZCINEMA_CONFIG_H
#include
#include "main.h"
@@ -63,4 +63,4 @@
void addVersion (const str& name, bool isRelease);
};
-#endif // ZANDEMO_CONFIG_H
\ No newline at end of file
+#endif // ZCINEMA_CONFIG_H
\ No newline at end of file