Skip to content

Commit

Permalink
GMP | 5. ANALYSIS -- rename 'Delete' to 'Cancel' for each active stag…
Browse files Browse the repository at this point in the history
…e, not to confuse user about deletion of raw data...
  • Loading branch information
alexsav815 committed Dec 7, 2023
1 parent 5196f48 commit 30b8e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/us_autoflow_analysis/us_autoflow_analysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3667,7 +3667,7 @@ QGroupBox * US_Analysis_auto::createGroup( QString & triple_name )
le_runID -> setObjectName("runID");

//Delete button
QPushButton* pb_delete = new QPushButton( tr( "Delete" ) );
QPushButton* pb_delete = new QPushButton( tr( "Cancel" ) );
pb_delete-> setObjectName("delete");

//Overlay button
Expand Down

0 comments on commit 30b8e86

Please sign in to comment.