summaryrefslogtreecommitdiffstats
path: root/src/list.h
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-22 19:52:58 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-22 19:52:58 +0100
commit094eb45b3ae8dc27e5c925ef8fc29362ca3b1865 (patch)
treed7a760991f90910324b0b6611f439f239b14cbc0 /src/list.h
parenta4fd441aa7fb680ed819407e5c37285133260910 (diff)
downloadcolobot-094eb45b3ae8dc27e5c925ef8fc29362ca3b1865.tar.gz
colobot-094eb45b3ae8dc27e5c925ef8fc29362ca3b1865.tar.bz2
colobot-094eb45b3ae8dc27e5c925ef8fc29362ca3b1865.zip
Comments translated from French to English.
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/list.h b/src/list.h
index 0745374..abf5819 100644
--- a/src/list.h
+++ b/src/list.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/.// list.h
+// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// list.h
#ifndef _LIST_H_
#define _LIST_H_
@@ -26,8 +28,8 @@ class CButton;
class CScroll;
-#define LISTMAXDISPLAY 20 // nb max de lignes visibles
-#define LISTMAXTOTAL 100 // nb max de lignes total
+#define LISTMAXDISPLAY 20 // maximum number of visible lines
+#define LISTMAXTOTAL 100 // maximum total number of lines
@@ -95,10 +97,10 @@ protected:
EventMsg m_eventScroll;
float m_expand;
- int m_totalLine; // nb total de lignes
- int m_displayLine; // nb de lignes visibles
- int m_selectLine; // ligne sélectionnée
- int m_firstLine; // première ligne visible
+ int m_totalLine; // total number of lines
+ int m_displayLine; // number of visible lines
+ int m_selectLine; // selected line
+ int m_firstLine; // first visible line
BOOL m_bBlink;
BOOL m_bSelectCap;
float m_blinkTime;