author | drw <drw> | 2005-03-03 20:18:00 (UTC) |
---|---|---|
committer | drw <drw> | 2005-03-03 20:18:00 (UTC) |
commit | 8f3a393c01f4fe88023c2dcf870ffa2061030f9e (patch) (side-by-side diff) | |
tree | f14a672280e0958ada936dc537a91b9f3ffe7762 | |
parent | 6c3a7220a587fbd5bee75d7b6c7376339286e25d (diff) | |
download | opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.zip opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.tar.gz opie-8f3a393c01f4fe88023c2dcf870ffa2061030f9e.tar.bz2 |
Remove 'Experimental' from app caption
-rw-r--r-- | noncore/tools/calculator/calculator.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/tools/calculator/calculator.ui b/noncore/tools/calculator/calculator.ui index 0f26040..ed9c5d0 100644 --- a/noncore/tools/calculator/calculator.ui +++ b/noncore/tools/calculator/calculator.ui @@ -25,17 +25,17 @@ <name>name</name> <cstring>Calculator</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>389</width> + <width>385</width> <height>562</height> </rect> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> @@ -52,17 +52,17 @@ <name>baseSize</name> <size> <width>235</width> <height>100</height> </size> </property> <property stdset="1"> <name>caption</name> - <string>Experimental Calculator</string> + <string>Calculator</string> </property> <property> <name>layoutMargin</name> </property> <property> <name>layoutSpacing</name> </property> <vbox> |