[rkward-cvs] rkward/rkward rkward.cpp,1.118,1.119

Thomas Friedrichsmeier tfry at users.sourceforge.net
Wed Nov 9 22:53:28 UTC 2005


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4324/rkward

Modified Files:
	rkward.cpp 
Log Message:
keep tab caption for command editor windows up to date

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** rkward.cpp	3 Nov 2005 21:35:49 -0000	1.118
--- rkward.cpp	9 Nov 2005 22:53:26 -0000	1.119
***************
*** 267,272 ****
  	new_command_editor = KStdAction::openNew(this, SLOT(slotNewCommandEditor()), actionCollection(), "new_command_editor");
  	new_command_editor->setText (i18n ("Command File"));
! 	new_command_editor->setIcon("source");
! 	
  	fileOpen = KStdAction::open(this, SLOT(slotOpenCommandEditor()), actionCollection(), "file_openy");
  	fileOpen->setText (i18n ("Open Command File"));
--- 267,272 ----
  	new_command_editor = KStdAction::openNew(this, SLOT(slotNewCommandEditor()), actionCollection(), "new_command_editor");
  	new_command_editor->setText (i18n ("Command File"));
! 	new_command_editor->setIcon ("source");
! 
  	fileOpen = KStdAction::open(this, SLOT(slotOpenCommandEditor()), actionCollection(), "file_openy");
  	fileOpen->setText (i18n ("Open Command File"));
***************
*** 664,668 ****
  	RK_TRACE (APP);
  	RKCommandEditorWindow *editor = new RKCommandEditorWindow;
- 	editor->setIcon (SmallIcon("source"));
  	addWindow (editor);
  	editor->activate ();
--- 664,667 ----
***************
*** 684,688 ****
  
  	fileOpenRecent->addURL (url);
- 	editor->setIcon (SmallIcon("source"));
  	addWindow (editor);
  	editor->activate ();
--- 683,686 ----





More information about the rkward-tracker mailing list