summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-04-07 17:07:32 +0300
committerProgramerus <alcadeias95@gmail.com>2012-04-07 17:07:32 +0300
commit00fddf5169c09c689c0c4893b49f51ef57494b97 (patch)
tree3e36ebe846562a1b698a2191cad2a2974941ee16
parent558a3cb125b8a89902aba334b16dc96ab605035f (diff)
downloadcolobot-00fddf5169c09c689c0c4893b49f51ef57494b97.tar.gz
colobot-00fddf5169c09c689c0c4893b49f51ef57494b97.tar.bz2
colobot-00fddf5169c09c689c0c4893b49f51ef57494b97.zip
Comments translated from French to English.
-rw-r--r--src/restext.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/restext.h b/src/restext.h
index 0cccb15..4a5a422 100644
--- a/src/restext.h
+++ b/src/restext.h
@@ -12,7 +12,9 @@
// * GNU General Public License for more details.
// *
// * You should have received a copy of the GNU General Public License
-// * along with this program. If not, see http://www.gnu.org/licenses/.// restext.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// restext.h
#ifndef _RESTEXT_H_
#define _RESTEXT_H_
@@ -26,7 +28,7 @@
enum KeyRank;
-// Types possibles pour les ressources texte.
+// Possible types of the text resources.
enum ResType
{
@@ -34,12 +36,12 @@ enum ResType
RES_EVENT = 1, // EVENT_* (EventMsg)
RES_OBJECT = 2, // OBJECT_* (ObjectType)
RES_ERR = 3, // ERR_* (Error)
- RES_KEY = 4, // VK_* (touches)
+ RES_KEY = 4, // VK_* (keys)
RES_CBOT = 5, // TX_* (cbot.dll)
};
-// Ressources de type RES_TEXT.
+// Resources of type RES_TEXT.
#define RT_VERSION_ID 1
#define RT_DISINFO_TITLE 2