#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jul 2018 10:07:33 +0200
branchcvs_MAIN
changeset 848 15c3d3cc8032
parent 847 f0220e0cb843
child 849 aa8ba960d939
#OTHER by cg icon references cleaned up (use ToolbarIconLibrary - not GenericToolbarIconLibrary)
mercurial/HGCommitDialog.st
--- a/mercurial/HGCommitDialog.st	Tue Jul 03 09:41:20 2018 +0200
+++ b/mercurial/HGCommitDialog.st	Sat Jul 28 10:07:33 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:libscm - a new source code management library for Smalltalk/X
 Copyright (C) 2012-2015 Jan Vrany
@@ -54,10 +56,13 @@
 !HGCommitDialog class methodsFor:'image specs'!
 
 dialogIcon
+    <resource: #programImage>
+
     ^ HGIconLibrary hgLogo2
 
     "Created: / 14-11-2012 / 00:14:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-11-2012 / 11:01:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 28-07-2018 / 09:56:29 / Claus Gittinger"
 ! !
 
 !HGCommitDialog class methodsFor:'interface specs'!