Corrected a few comments
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6834 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ec5034e71f
commit
8d21fd135f
@ -1,13 +1,16 @@
|
||||
SubDir OBOS_TOP src add-ons translators tgatranslator ;
|
||||
|
||||
# Include BaseTranslator code from TGATranslator directory
|
||||
# Include BaseTranslator code from shared directory
|
||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons translators shared ] ;
|
||||
|
||||
Translator TGATranslator :
|
||||
# shared classes
|
||||
BaseTranslator.cpp
|
||||
TranslatorSettings.cpp
|
||||
TranslatorWindow.cpp
|
||||
StreamBuffer.cpp
|
||||
|
||||
# TGATranslator classes
|
||||
TGAMain.cpp
|
||||
TGATranslator.cpp
|
||||
TGAView.cpp ;
|
||||
|
@ -79,7 +79,7 @@ TGAView::TGAView(const BRect &frame, const char *name,
|
||||
// ---------------------------------------------------------------
|
||||
// Destructor
|
||||
//
|
||||
// Releases the TGATranslator settings
|
||||
// Releases the translator settings
|
||||
//
|
||||
// Preconditions:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user