about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-03-12 19:08:44 +0100
committeroy <Tom_Adams@web.de>2011-03-12 19:08:44 +0100
commita04eb45354cfbdc32f92438400c11071ecf1bb6c (patch)
tree59f5270b526b93a29618e314dd092162a83b9423 /src/game/client/components/menus.h
parent5c723f5d2fbbf70ad69874a6ca085726151ec0ae (diff)
downloadzcatch-a04eb45354cfbdc32f92438400c11071ecf1bb6c.tar.gz
zcatch-a04eb45354cfbdc32f92438400c11071ecf1bb6c.zip
added rename button to the demo browser and updated localisation entries
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index 8bdd75ee..1a2e5cf5 100644
--- a/src/game/client/components/menus.h
+++ b/src/game/client/components/menus.h
@@ -97,6 +97,7 @@ class CMenus : public CComponent
 		POPUP_PURE,
 		POPUP_LANGUAGE,
 		POPUP_DELETE_DEMO,
+		POPUP_RENAME_DEMO,
 		POPUP_SOUNDERROR,
 		POPUP_PASSWORD,
 		POPUP_QUIT, 
@@ -185,6 +186,7 @@ class CMenus : public CComponent
 	
 	sorted_array<CDemoItem> m_lDemos;
 	char m_aCurrentDemoFolder[256];
+	char m_aCurrentDemoFile[64];
 	int m_DemolistSelectedIndex;
 	bool m_DemolistSelectedIsDir;
 	int m_DemolistStorageType;