You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
480 B
13 lines
480 B
<?xml version="1.0"?>
|
|
<bindings
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<binding id="ellipsis">
|
|
<content>
|
|
<xul:window><!-- xul:window tag required for FF2 -->
|
|
<xul:description crop="end" xbl:inherits="value=xbl:text"><children/></xul:description>
|
|
</xul:window>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|
|
|