PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (1 year ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/conf.c

    r1117 r1167  
    537537  {NULL, NULL, 0} 
    538538}; 
     539 
     540#if 0 
     541/* Just to mark these strings for translation */ 
     542PENNCONFGROUP dummy[] = { 
     543  {"attribs", T("Options affecting attributes"), 0}, 
     544  {"chat", T("Chat system options"), 0}, 
     545  {"cmds", T("Options affecting command behavior"), 0}, 
     546  {"compile", T("Compile-time options"), 0}, 
     547  {"cosmetic", T("Cosmetic options"), 0}, 
     548  {"costs", T("Costs"), 0}, 
     549  {"db", T("Database options"), 0}, 
     550  {"dump", T("Options affecting dumps and other periodic processes"), 0}, 
     551  {"files", T("Files used by the MUSH"), CGP_GOD}, 
     552  {"flags", T("Default flags for new objects"), 0}, 
     553  {"funcs", T("Options affecting function behavior"), 0}, 
     554  {"limits", T("Limits and other constants"), 0}, 
     555  {"log", T("Logging options"), 0}, 
     556  {"messages", T("Message files sent by the MUSH"), CGP_GOD}, 
     557  {"net", T("Networking and connection-related options"), 0}, 
     558  {"tiny", T("TinyMUSH compatibility options"), 0}, 
     559  {NULL, NULL, 0} 
     560}; 
     561#endif 
    539562 
    540563/** Returns a pointer to a newly allocated PENNCONF object.