mirror of
				https://github.com/OPM/ResInsight.git
				synced 2025-02-25 18:55:39 -06:00 
			
		
		
		
	Renamed command
This commit is contained in:
		@@ -29,7 +29,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#include <QAction>
 | 
					#include <QAction>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CAF_CMD_SOURCE_INIT(RicSaveEclipseResultAsInputProperty, "RicEclipseCellResultSave");
 | 
					CAF_CMD_SOURCE_INIT(RicSaveEclipseResultAsInputProperty, "RicSaveEclipseResultAsInputProperty");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//--------------------------------------------------------------------------------------------------
 | 
					//--------------------------------------------------------------------------------------------------
 | 
				
			||||||
/// 
 | 
					/// 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -557,10 +557,9 @@ void RimProject::actionsBasedOnSelection(std::vector<QAction*>& actions)
 | 
				
			|||||||
            actions.push_back(commandManager->action("RicEclipseViewPaste"));
 | 
					            actions.push_back(commandManager->action("RicEclipseViewPaste"));
 | 
				
			||||||
            actions.push_back(commandManager->action("RicEclipseViewDelete"));
 | 
					            actions.push_back(commandManager->action("RicEclipseViewDelete"));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        // MODTODO: Find out why this cast doesn't work
 | 
					 | 
				
			||||||
        else if (dynamic_cast<RimEclipseCellColors*>(uiItem))
 | 
					        else if (dynamic_cast<RimEclipseCellColors*>(uiItem))
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            actions.push_back(commandManager->action("RicEclipseCellResultSave"));
 | 
					            actions.push_back(commandManager->action("RicSaveEclipseResultAsInputProperty"));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))
 | 
					        else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user