Change the name in the GUI
Fix instalation scripts modified: libremediaserver/libremediaserver.ui modified: libremediaserver/scripts/install_precise.sh modified: libremediaserver/scripts/install_wheezy.sh
This commit is contained in:
parent
fb02f89934
commit
a85d5503b9
3 changed files with 10 additions and 10 deletions
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<author>Santi Noreña puremediaserver@gmail.com</author>
|
||||
<class>PureMediaServer</class>
|
||||
<widget class="QMainWindow" name="PureMediaServer">
|
||||
<author>Santi Noreña belfegor@gmail.com</author>
|
||||
<class>LibreMediaServer</class>
|
||||
<widget class="QMainWindow" name="LibreMediaServer">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
<height>605</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Pure Media Server</string>
|
||||
<string>LibreMediaServer</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
<x>0</x>
|
||||
<y>120</y>
|
||||
<width>791</width>
|
||||
<height>431</height>
|
||||
<height>441</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="tabShape">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue