X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ffilename.cpp;h=9dfc74b5c09b66e623ec883853c05d1d4db44a6e;hb=2a30393d59c892349cffec18ec16907c2358fd0f;hp=b8cf4f1ae75ece1b4c96a43ab26b90cf55a612e1;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc;p=xestiaab%2F.git diff --git a/source/common/filename.cpp b/source/common/filename.cpp index b8cf4f1..9dfc74b 100644 --- a/source/common/filename.cpp +++ b/source/common/filename.cpp @@ -1,3 +1,21 @@ +// filename.cpp - Filename subroutines. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book 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, version 3 of the license. +// +// Xestia Address Book 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 Xestia Address Book. If not, see + #include #include @@ -7,8 +25,8 @@ wxString CreateFilenamePath(wxString Path, wxString Filename){ #if defined(__HAIKU__) - //preffilename = wxT("noo"); - + + #elif defined(__WIN32__) FinalFilename.Append(Path);