diff options
| author | oy <Tom_Adams@web.de> | 2011-03-12 19:08:44 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-12 19:08:44 +0100 |
| commit | a04eb45354cfbdc32f92438400c11071ecf1bb6c (patch) | |
| tree | 59f5270b526b93a29618e314dd092162a83b9423 /src/game/client/components/menus.h | |
| parent | 5c723f5d2fbbf70ad69874a6ca085726151ec0ae (diff) | |
| download | zcatch-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.h | 2 |
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; |