X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fdirectory_names.cc;h=0632c6f8f25c6534bf8db83bf22d63616c550afd;hb=ef0c4ed0e6907ff7cc0c9f139495619a9f242ff5;hp=a90dd9e0f40185bfafc5f42e1b6bc53af5f49a41;hpb=bb98baf4136f00cdad0aa962758aa6231478344a;p=ardour.git diff --git a/libs/ardour/directory_names.cc b/libs/ardour/directory_names.cc index a90dd9e0f4..0632c6f8f2 100644 --- a/libs/ardour/directory_names.cc +++ b/libs/ardour/directory_names.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 Paul Davis + + This program 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 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #include "ardour/directory_names.h" #include "i18n.h" @@ -8,6 +27,7 @@ const char* const old_sound_dir_name = X_("sounds"); const char* const sound_dir_name = X_("audiofiles"); const char* const midi_dir_name = X_("midifiles"); const char* const midi_patch_dir_name = X_("patchfiles"); +const char* const video_dir_name = X_("videofiles"); const char* const peak_dir_name = X_("peaks"); const char* const dead_dir_name = X_("dead"); const char* const interchange_dir_name = X_("interchange");