summaryrefslogtreecommitdiff
path: root/basic/source/app/status.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/status.hxx')
-rw-r--r--basic/source/app/status.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/status.hxx b/basic/source/app/status.hxx
index 3d654dd81e3e..689d10d9e731 100644
--- a/basic/source/app/status.hxx
+++ b/basic/source/app/status.hxx
@@ -48,9 +48,9 @@ protected:
public:
StatusLine( BasicFrame* );
- void Message( const String& ); // Text anzeigen
- void Pos( const String& s ); // Textposition anzeigen
- void SetProfileName( const String& s ); // Current Profile
+ void Message( const String& ); // Show text
+ void Pos( const String& s ); // Show text position
+ void SetProfileName( const String& s ); // Current Profile
void LoadTaskToolBox();
};