Commit 3d98e372 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Changed the alias reference to the data-management icon in the cnetsuite.qrc file. Fixes #3982

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7237 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5aca30ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<RCC>
  <qresource>
    <file alias="data">icons/data_management.png</file>
    <file alias="data-management">icons/data_management.png</file>
    <file alias="jigsaw">icons/jigsaw.png</file>
    <file alias="results">icons/results.png</file>
    <file alias="pointReg">icons/PointReg.png</file>
+5 −0
Original line number Diff line number Diff line
@@ -23,5 +23,10 @@
      cnetsuite_ProjectName.config, where ProjectName is the name of the loaded project.
      Fixes #4358.
    </change>
   <change name="Tyler Wilson" date="2016-11-10">
      Changed the alias reference for the data_management.png icon from 'data' to 'data-management'.  
      Annoying errors were showing up on the command line when the application was launched due
      to a naming conflict.  Fixes #3982.
   </change>        
  </history>
</application>