Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-28
2000-09-28 02:17:05 by Martin Nilsson <mani@lysator.liu.se>
789e6bc6edcb5dc47d1c04df1357766fe39eaa70 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
2.1
Fixed typo
Rev: server/modules/graphics/graphic_text.pike:1.251
1:
// This is a roxen module. Copyright © 1996 - 2000, Roxen IS. //
-
constant cvs_version="$Id: graphic_text.pike,v 1.
250
2000/09/
26
16
:
41
:
30
kuntri
Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
251
2000/09/
28
02
:
17
:
05
nilsson
Exp $";
#include <module.h> inherit "module";
35:
defvar("ext", 0, "Append format to generated images", TYPE_FLAG|VAR_MORE|VAR_NOT_CFIF,
-
"Append the image format (.gif, .png, .
gif
, etc) to the generated "
+
"Append the image format (.gif, .png, .
jpg
, etc) to the generated "
"images. This is not necessary, but might seem nicer."); }