diff options
author | Felix Kuehling <[email protected]> | 2004-05-08 10:08:21 +0000 |
---|---|---|
committer | Felix Kuehling <[email protected]> | 2004-05-08 10:08:21 +0000 |
commit | 302781f6cc09434c379b3c39a80edab346910915 (patch) | |
tree | ba1bbd492f224b84b94f0efbb23713c8ccfb1b7d /src/mesa/drivers/dri/common | |
parent | c753f367eb838030c90d9dd07e317c1d810fa3e3 (diff) |
Added german translation to option texture_units.
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool.h b/src/mesa/drivers/dri/common/xmlpool.h index 87d480a7dce..3547e954b8e 100644 --- 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 |