diff options
| author | RaysFire <[email protected]> | 2013-08-14 00:27:41 -0500 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-08-14 00:27:41 -0500 |
| commit | 1cac39f6c17b721dabdde4d7745f878cab1eec63 (patch) | |
| tree | a562c5ee6ae3c54121ada236562b7cf2eb166745 /minmode | |
| parent | 4c8f26366c6fe7540f06d987b8eea434ff11d33c (diff) | |
Added in the ability to choose a random class with R.
Diffstat (limited to 'minmode')
| -rw-r--r-- | minmode/resource/ui/ClassSelection-center.res | 2 | ||||
| -rw-r--r-- | minmode/resource/ui/ClassSelection.res | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/minmode/resource/ui/ClassSelection-center.res b/minmode/resource/ui/ClassSelection-center.res index df5bbc5..9bb9b60 100644 --- a/minmode/resource/ui/ClassSelection-center.res +++ b/minmode/resource/ui/ClassSelection-center.res @@ -45,7 +45,7 @@ "visible" "1"
"enabled" "1"
"tabPosition" "0"
- "labelText" "&? Random" [$WIN32]
+ "labelText" "&R Random" [$WIN32]
"textAlignment" "west"
"Command" "joinclass random"
"Default" "0"
diff --git a/minmode/resource/ui/ClassSelection.res b/minmode/resource/ui/ClassSelection.res index 06e1ea2..762b74b 100644 --- a/minmode/resource/ui/ClassSelection.res +++ b/minmode/resource/ui/ClassSelection.res @@ -60,7 +60,7 @@ "visible" "1"
"enabled" "1"
"tabPosition" "0"
- "labelText" "&? Random" [$WIN32]
+ "labelText" "&R Random" [$WIN32]
"textAlignment" "west"
"Command" "joinclass random"
"Default" "0"
|
