mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
9f1f89f8f1
only because I haven't created the main prefs view class yet. Trust me, it's going to work. I think. :) Anyway, what code there is works, and is linked into the menu -- just hit Info -> Preferences... to see it.
13 lines
488 B
Text
13 lines
488 B
Text
{
|
|
ApplicationDescription = "A map editor for QuakeForge";
|
|
ApplicationIcon = "Forge.tiff";
|
|
ApplicationName = Forge;
|
|
ApplicationRelease = "0.1.0 (Development)";
|
|
ApplicationURL = "http://www.quakeforge.net/Forge/";
|
|
Authors = (
|
|
"Jeff Teunissen <deek@d2dc.net>",
|
|
);
|
|
Copyright = "Copyright (C) 2001 Dusk To Dawn Computing";
|
|
CopyrightDescription = "This program is released under the GNU General Public License";
|
|
FullVersionID = "0.1.0 (Development)";
|
|
}
|