rename files to be more logical
authorunknown <JKKN@.(none)>
Fri, 4 Jan 2008 15:25:44 +0000 (16:25 +0100)
committerunknown <JKKN@.(none)>
Fri, 4 Jan 2008 15:25:44 +0000 (16:25 +0100)
content/browser.js [moved from content/tv2developer-main.js with 100% similarity, mode: 0644]
content/browser_overlay.xul
content/options.xul
content/quickbox.js [moved from content/tv2developer-quickbox.js with 100% similarity]
content/quickbox.xul
content/util.js [moved from content/tv2developer-util.js with 100% similarity]

old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from content/tv2developer-main.js
rename to content/browser.js
index ed8b83539bcd0c9ec4d8b9324339abc3ebf7a407..4c462b4c9a516aa8d7597070c04dcea2c3ac0fd0 100755 (executable)
@@ -5,9 +5,9 @@
 <overlay id="tv2developer_overlay"
          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
-<script type="application/x-javascript" src="tv2developer-util.js" />
+<script type="application/x-javascript" src="util.js" />
 <script type="application/x-javascript" src="tv2developer.js" />
-<script type="application/x-javascript" src="tv2developer-main.js" />
+<script type="application/x-javascript" src="main.js" />
 <stringbundleset id="stringbundleset">
     <stringbundle id="tv2developer_strings" src="chrome://tv2developer/locale/tv2developer.properties"/>
 </stringbundleset>
index 44be2ab22afc1d95487112f6ed3ef608f95cb0c5..a4386983521f84c36a99d7d3669d82b31d8a7da7 100755 (executable)
@@ -8,7 +8,7 @@
                onload="TV2Options.init()"
                ondialogaccept="TV2Options.save()">
                
-  <script type="application/x-javascript" src="tv2developer-util.js" />
+  <script type="application/x-javascript" src="util.js" />
   <script type="application/x-javascript" src="options.js" />
         
   <stringbundleset id="stringbundleset">
index 146bb3f8c0867cb0e0bd6d8cedb2c67ddaaea68f..2584af7ed5ec5710a4856237107a37a73e399c16 100755 (executable)
@@ -8,8 +8,8 @@
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        onload="TV2DeveloperQuickBox.setupQuickbox()"
        ondialogaccept="TV2DeveloperQuickBox.goQuickbox()">
-<script type="application/x-javascript" src="tv2developer-util.js" />
-<script type="application/x-javascript" src="tv2developer-quickbox.js" />
+<script type="application/x-javascript" src="util.js" />
+<script type="application/x-javascript" src="quickbox.js" />
 
 <dialogheader title="&quickbox.title;"/>
 
similarity index 100%
rename from content/tv2developer-util.js
rename to content/util.js