diff options
author | Vic Fryzel <vicfryzel@gmail.com> | 2010-07-18 02:01:11 -0400 |
---|---|---|
committer | Vic Fryzel <vicfryzel@gmail.com> | 2010-07-18 02:01:11 -0400 |
commit | 39b32e641b34f13d54c21340246e9e10a17005b1 (patch) | |
tree | 66b1e7fe218e515826655667e408a362d468afe6 /defaults.h | |
parent | 58689b732d0e493f6ef31c0b62aef9a1b60454dd (diff) |
After initial import from github, switching name to svte. Revamping README with new project information.
Diffstat (limited to 'defaults.h')
-rw-r--r-- | defaults.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" |