kdevelop/parts/cppsupport
Sascha Cunz
milo at ng-projekt.org
Thu Jan 30 22:00:06 UTC 2003
CVS commit by cunz:
Added 'Add Class'-Action to browser Toolbar (you could navigate there, create methods and properties - but not classes)
Could someone be so kind and create an icon for the 'Add Class'-Action in toolbar-size?
CCMAIL:kdevelop-devel at kdevelop.org
M +5 -0 kdevcppsupport.rc 1.5
--- kdevelop/parts/cppsupport/kdevcppsupport.rc #1.4:1.5
@@ -12,4 +12,9 @@
</Menu>
</MenuBar>
+<ToolBar name="browserToolBar" position="Top" iconText="IconOnly" >
+ <text>Build Toolbar</text>
+ <Action name="project_newclass"/>
+ <Separator />
+</ToolBar>
</kpartgui>
More information about the KDevelop-devel
mailing list