From 452e1df5549adb5a05e2b644d7f00354c7e279e6 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Wed, 7 May 2008 10:20:13 -0500 Subject: [PATCH] Provide shortcuts in compaction confirmation dialog. --- Timeline/TLE.fl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Timeline/TLE.fl b/Timeline/TLE.fl index 3a15998..69ed688 100644 --- a/Timeline/TLE.fl +++ b/Timeline/TLE.fl @@ -187,12 +187,12 @@ update_menu();} } MenuItem {} { label {&Compact} - callback {int n = fl_choice( "Compacting will replace the project history with a snapshot of the current state.\\n You will not be able to use Undo to go back beyond this point.\\n This operation is irreversible!", NULL, "Abort", "Procede with compaction" ); + callback {int n = fl_choice( "Compacting will replace the project history with a snapshot of the current state.\\nYou will not be able to use Undo to go back beyond this point.\\n\\nThis operation is irreversible!", NULL, "&Cancel", "Pr&ocede with compaction" ); if ( n != 2 ) return; -Loggable::compact();} +Loggable::compact();} selected xywh {20 20 40 25} } Submenu {} { @@ -218,7 +218,7 @@ Project::close(); printf( "dropped %d buffers\\n", engine->dropped() ); -exit( 0 );} selected +exit( 0 );} xywh {40 40 40 25} shortcut 0x40071 } }