From 00fddf5169c09c689c0c4893b49f51ef57494b97 Mon Sep 17 00:00:00 2001 From: Programerus Date: Sat, 7 Apr 2012 17:07:32 +0300 Subject: Comments translated from French to English. --- src/restext.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/restext.h') 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 -- cgit v1.2.3-1-g7c22