[haiku-commits] haiku.r1alpha4: hrevr1alpha4-44698 - src/apps/terminal

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 7 Nov 2012 19:55:25 +0100 (CET)

hrevr1alpha4-44698 adds 1 changeset to branch 'r1alpha4'
old head: db8823a9143151e90c5e8c6e3473fca97fb5a56a
new head: dbf46985ae31b256f889580d484f63f78b59e63c

----------------------------------------------------------------------------

dbf4698: Changing 'Blinking cursor' in settings too.
  +alpha4. quick, quick..

                                        [ Humdinger <humdingerb@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrevr1alpha4-44698
Commit:      dbf46985ae31b256f889580d484f63f78b59e63c
URL:         http://cgit.haiku-os.org/haiku/commit/?id=dbf4698
Author:      Humdinger <humdingerb@xxxxxxxxx>
Date:        Wed Nov  7 18:49:51 2012 UTC
Committer:   Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Commit-Date: Wed Nov  7 18:55:23 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/terminal/TermConst.h | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/terminal/TermConst.h b/src/apps/terminal/TermConst.h
index cf0a31c..05174b1 100644
--- a/src/apps/terminal/TermConst.h
+++ b/src/apps/terminal/TermConst.h
@@ -133,7 +133,7 @@ static const char* const PREF_SHELL = "Shell";
 static const char* const PREF_TEXT_ENCODING = "Text encoding";
 static const char* const PREF_GUI_LANGUAGE = "Language";
 
-static const char* const PREF_BLINK_CURSOR = "Blink the cursor";
+static const char* const PREF_BLINK_CURSOR = "Blinking cursor";
 static const char* const PREF_WARN_ON_EXIT = "Warn on exit";
 
 static const char* const PREF_TAB_TITLE = "Tab title";


Other related posts:

  • » [haiku-commits] haiku.r1alpha4: hrevr1alpha4-44698 - src/apps/terminal - kallisti5