Properly prefix the titlescreen macros with _GUI.
This commit is contained in:
parent
753962e091
commit
0daca9f4ba
1 changed files with 17 additions and 17 deletions
|
@ -48,11 +48,11 @@
|
|||
|
||||
[/window_definition]
|
||||
|
||||
#define GUI_TIP_SECTION
|
||||
#define _GUI_TIP_SECTION
|
||||
#enddef
|
||||
|
||||
|
||||
#define GUI_BUTTON ID CAPTION
|
||||
#define _GUI_BUTTON ID CAPTION
|
||||
[row]
|
||||
|
||||
[column]
|
||||
|
@ -72,18 +72,18 @@
|
|||
|
||||
#enddef
|
||||
|
||||
#define MENU_SECTION
|
||||
#define _GUI_MENU_SECTION
|
||||
[grid]
|
||||
{GUI_BUTTON "tutorial" _"Tutorial"}
|
||||
{GUI_BUTTON "campaign" _"Campaign"}
|
||||
{GUI_BUTTON "multiplayer" _"Multiplayer"}
|
||||
{GUI_BUTTON "load" _"Load"}
|
||||
{GUI_BUTTON "addons" _"Add-ons"}
|
||||
{GUI_BUTTON "editor" _"Editor"}
|
||||
{GUI_BUTTON "language" _"Language"}
|
||||
{GUI_BUTTON "preferences" _"Preferences"}
|
||||
{GUI_BUTTON "credits" _"Credits"}
|
||||
{GUI_BUTTON "quit" _"Quit"}
|
||||
{_GUI_BUTTON "tutorial" _"Tutorial"}
|
||||
{_GUI_BUTTON "campaign" _"Campaign"}
|
||||
{_GUI_BUTTON "multiplayer" _"Multiplayer"}
|
||||
{_GUI_BUTTON "load" _"Load"}
|
||||
{_GUI_BUTTON "addons" _"Add-ons"}
|
||||
{_GUI_BUTTON "editor" _"Editor"}
|
||||
{_GUI_BUTTON "language" _"Language"}
|
||||
{_GUI_BUTTON "preferences" _"Preferences"}
|
||||
{_GUI_BUTTON "credits" _"Credits"}
|
||||
{_GUI_BUTTON "quit" _"Quit"}
|
||||
[/grid]
|
||||
#enddef
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
|||
|
||||
[column]
|
||||
horizontal_alignment = "right"
|
||||
{MENU_SECTION}
|
||||
{_GUI_MENU_SECTION}
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
@ -117,6 +117,6 @@
|
|||
|
||||
[/window]
|
||||
|
||||
#undef GUI_TIP_SECTION
|
||||
#undef MENU_SECTION
|
||||
#undef GUI_BUTTON
|
||||
#undef _GUI_TIP_SECTION
|
||||
#undef _GUI_MENU_SECTION
|
||||
#undef _GUI_BUTTON
|
||||
|
|
Loading…
Add table
Reference in a new issue