koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-curses circ.pl,1.1,1.2


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/koha-curses circ.pl,1.1,1.2
Date: Sat, 14 May 2005 17:03:28 -0700

Update of /cvsroot/koha/koha/koha-curses
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9668

Modified Files:
        circ.pl 
Log Message:
Just changed the intro text


Index: circ.pl
===================================================================
RCS file: /cvsroot/koha/koha/koha-curses/circ.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circ.pl     14 May 2005 23:57:28 -0000      1.1
--- circ.pl     15 May 2005 00:03:26 -0000      1.2
***************
*** 73,77 ****
  my $texteditor =
    $win1->add( "text", "TextEditor",
!     -text => "Here is some text\n" . "And some more" );
  
  $cui->set_binding( sub { $menu->focus() }, "\cX" );
--- 73,78 ----
  my $texteditor =
    $win1->add( "text", "TextEditor",
!     -text => "This is the first cut of a \ncirculations system using 
Curses::UI\n".
!   "Use the menus (or the keyboard\nshortcuts) to choose issues or \nreturns");
  
  $cui->set_binding( sub { $menu->focus() }, "\cX" );




reply via email to

[Prev in Thread] Current Thread [Next in Thread]