mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +01:00
[Summary] Deleted "CACHEIT="false" in .xml files which are not under development
This commit is contained in:
parent
c619a19d19
commit
33a0e9b021
4 changed files with 4 additions and 7 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog title="Session Close"
|
||||
resizeable="false"
|
||||
CACHEIT="false">
|
||||
resizeable="false">
|
||||
<style name="generic_control"
|
||||
winfont ="Arial Bold 12"
|
||||
macfont ="Helvetica Bold 12"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog title="Tracks Live - Ambiguous File"
|
||||
CACHEIT="false">
|
||||
<Dialog title="Tracks Live - Ambiguous File">
|
||||
<style name="generic_control"
|
||||
winfont ="Arial Bold 10"
|
||||
macfont ="Helvetica Bold 10"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog CACHEIT="false" title="Tracks Live">
|
||||
<Dialog title="Tracks Live">
|
||||
<style name="generic_control"
|
||||
winfont ="Arial Bold 12"
|
||||
macfont ="Helvetica Bold 12"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Dialog CACHEIT="false"
|
||||
title="Tracks Live"
|
||||
<Dialog title="Tracks Live"
|
||||
mincount="1"
|
||||
maxcount="200"
|
||||
errormsg="Incorrect value. Please input value between 1 and 200.">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue