Home
last modified time | relevance | path

Searched refs:fLogFileName (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/poorman/
H A DPoorManLoggingView.h49 return fLogFileName->Text(); in LogFileName()
54 fLogFileName->SetText(log); in SetLogFileName()
63 BTextControl* fLogFileName; variable
H A DPoorManLoggingView.cpp50 fLogFileName = new BTextControl(B_TRANSLATE("File Name"), in PoorManLoggingView()
81 .AddTextControl(fLogFileName, 0, 1, B_ALIGN_LEFT, 1, 2) in PoorManLoggingView()
H A DPoorManPreferencesWindow.h72 char fLogFileName[B_FILE_NAME_LENGTH]; variable