1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[261392] Number Format drop down menu selections are missing in debug views

This commit is contained in:
Anton Leherbauer 2009-01-19 08:54:40 +00:00
parent 3ce541c29c
commit eb2f065539

View file

@ -304,7 +304,7 @@
<and> <and>
<with variable="org.eclipse.core.runtime.Platform"> <with variable="org.eclipse.core.runtime.Platform">
<test property="org.eclipse.core.runtime.bundleState" <test property="org.eclipse.core.runtime.bundleState"
args="org.eclipse.cdt.dsf.debug.ui" args="org.eclipse.cdt.dsf.ui"
value="ACTIVE"/> value="ACTIVE"/>
</with> </with>
<or> <or>
@ -321,7 +321,7 @@
<and> <and>
<with variable="org.eclipse.core.runtime.Platform"> <with variable="org.eclipse.core.runtime.Platform">
<test property="org.eclipse.core.runtime.bundleState" <test property="org.eclipse.core.runtime.bundleState"
args="org.eclipse.cdt.dsf.debug.ui" args="org.eclipse.cdt.dsf.ui"
value="ACTIVE"/> value="ACTIVE"/>
</with> </with>
<or> <or>
@ -339,7 +339,7 @@
<and> <and>
<with variable="org.eclipse.core.runtime.Platform"> <with variable="org.eclipse.core.runtime.Platform">
<test property="org.eclipse.core.runtime.bundleState" <test property="org.eclipse.core.runtime.bundleState"
args="org.eclipse.cdt.dsf.debug.ui" args="org.eclipse.cdt.dsf.ui"
value="ACTIVE"/> value="ACTIVE"/>
</with> </with>
<or> <or>