projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c753f36
)
Added german translation to option texture_units.
author
Felix Kuehling
<fxkuehl@gmx.de>
Sat, 8 May 2004 10:08:21 +0000
(10:08 +0000)
committer
Felix Kuehling
<fxkuehl@gmx.de>
Sat, 8 May 2004 10:08:21 +0000
(10:08 +0000)
src/mesa/drivers/dri/common/xmlpool.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/xmlpool.h
b/src/mesa/drivers/dri/common/xmlpool.h
index
87d480a
..
3547e95
100644
(file)
--- a/
src/mesa/drivers/dri/common/xmlpool.h
+++ b/
src/mesa/drivers/dri/common/xmlpool.h
@@
-270,6
+270,7
@@
DRI_CONF_OPT_END
#define DRI_CONF_MAX_TEXTURE_UNITS(def,min,max) \
DRI_CONF_OPT_BEGIN_V(texture_units,int,def, # min ":" # max ) \
DRI_CONF_DESC(en,"Number of texture units") \
+ DRI_CONF_DESC(de,"Anzahl der Textureinheiten") \
DRI_CONF_OPT_END
#endif