cosmetics...

This commit is contained in:
Bart Hakvoort 2004-10-01 19:03:29 +00:00
parent 577d0f8112
commit 95b847d3f9
1 changed files with 25 additions and 25 deletions

View File

@ -130,7 +130,7 @@ void Operation::Apply_To_Disk( PedTimer * timer )
Show_Error( String::ucompose( _("Error while creating %1"), partition_new.partition ) );
break;
case RESIZE_MOVE : result = device ->Move_Resize_Partition( partition_original, partition_new, timer ) ;
case RESIZE_MOVE: result = device ->Move_Resize_Partition( partition_original, partition_new, timer ) ;
if ( ! result )
Show_Error( String::ucompose( _("Error while resizing/moving %1"), partition_new.partition ) ) ;