Fixed i18n system.

Renamed pbd3 back to pbd, since it's version 4.1 now.
Very minor fixes


git-svn-id: svn://localhost/ardour2/trunk@656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin
2006-06-29 22:21:30 +00:00
parent d1a4f74ef2
commit 481f7c3965
76 changed files with 205 additions and 187 deletions

10
libs/pbd/pbd/stacktrace.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __libpbd_stacktrace_h__
#define __libpbd_stacktrace_h__
#include <ostream>
namespace PBD {
void stacktrace (std::ostream& out);
}
#endif /* __libpbd_stacktrace_h__ */