Roxen.git
/
server
/
config_interface
/
actions
/
listfonts.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/config_interface/actions/listfonts.pike:1:
/*
-
*
$Id: listfonts.pike,v 1.23 2011/12/28 18:24:08 mast Exp $
+
*
$Id$
*/ #include <roxen.h> //<locale-token project="admin_tasks"> LOCALE </locale-token> #define LOCALE(X,Y) _STR_LOCALE("admin_tasks",X,Y) constant action = "status"; string name= LOCALE(10, "List fonts"); string doc = LOCALE(11, "List all available fonts");