From 39b32e641b34f13d54c21340246e9e10a17005b1 Mon Sep 17 00:00:00 2001 From: Vic Fryzel Date: Sun, 18 Jul 2010 02:01:11 -0400 Subject: After initial import from github, switching name to svte. Revamping README with new project information. --- defaults.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'defaults.h') diff --git a/defaults.h b/defaults.h index d822808..b6c6bdc 100644 --- a/defaults.h +++ b/defaults.h @@ -1,9 +1,9 @@ -/* mt: A simple, tabbed, VTE based terminal - * Copyright 2010 mutantturkey and mt contributors. +/* svte: simple virtual terminal emulator: minimal, tabbed, VTE-based terminal + * Copyright 2010 mutantturkey and svte contributors. * - * This file is part of mt. + * This file is part of svte. * - * mt is free software: you can redistribute it and/or modify + * svte is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -19,7 +19,7 @@ #ifndef DEFAULT_CONFIG_FILE -#define DEFAULT_CONFIG_FILE g_build_path("/", g_get_home_dir(), ".mtrc") +#define DEFAULT_CONFIG_FILE g_build_path("/", g_get_home_dir(), ".svterc") #endif #ifndef DEFAULT_FONT #define DEFAULT_FONT "monospace 10" -- cgit v1.2.3