blam r555 - in trunk: . src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r555 - in trunk: . src
- Date: Sun, 20 Apr 2008 12:24:13 +0100 (BST)
Author: cmartin
Date: Sun Apr 20 11:24:12 2008
New Revision: 555
URL: http://svn.gnome.org/viewvc/blam?rev=555&view=rev
Log:
Remove "Imendio" from user-visible places and update the copyright notice.
Modified:
trunk/INSTALL
trunk/README
trunk/autogen.sh
trunk/src/Application.cs
trunk/src/Dialogs.cs
Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Sun Apr 20 11:24:12 2008
@@ -1,4 +1,4 @@
-Installing Imendio Blam is done the same way as other applications on Linux:
+Installing Blam is done the same way as other applications on Linux:
First you should make sure that you have all the requirements, see README
for a list.
@@ -18,5 +18,5 @@
(you might need root privilages to for the make install step depending on
what prefix you used).
-This should install Imendio Blam in the prefix you selected. After that you
+This should install Blam in the prefix you selected. After that you
can run /usr/local/bin/blam and it should work.
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Sun Apr 20 11:24:12 2008
@@ -1,6 +1,6 @@
-What is Imendio Blam
+What is Blam
====================
-Imendio Blam is a RSS aggregator written in C# using Mono, GTK# and a
+Blam is a RSS aggregator written in C# using Mono, GTK# and a
handful of simplified RSS and Atom libraries.
Requirements:
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Sun Apr 20 11:24:12 2008
@@ -14,12 +14,12 @@
ORIGDIR=`pwd`
cd $srcdir
-PROJECT="Imendio Blam"
+PROJECT="Blam"
TEST_TYPE=-f
FILE=src/Application.cs
CONFIGURE=configure.in
-DIE=0
+IE=0
# if GNOME2_DIR set, modify ACLOCAL_FLAGS ...
if [ -n "$GNOME2_DIR" ]; then
Modified: trunk/src/Application.cs
==============================================================================
--- trunk/src/Application.cs (original)
+++ trunk/src/Application.cs Sun Apr 20 11:24:12 2008
@@ -189,7 +189,7 @@
itemList.ItemSelected += ItemSelected;
- trayIcon = new TrayIcon (Catalog.GetString ("Imendio Blam News Reader"));
+ trayIcon = new TrayIcon (Catalog.GetString ("Blam News Reader"));
trayIcon.ButtonPressEvent += TrayIconButtonPressCb;
channelsLabelText = channelsLabel.Text;
UpdateTotalNumberOfUnread ();
Modified: trunk/src/Dialogs.cs
==============================================================================
--- trunk/src/Dialogs.cs (original)
+++ trunk/src/Dialogs.cs Sun Apr 20 11:24:12 2008
@@ -27,7 +27,7 @@
aboutDialog.LogoIconName = "blam";
aboutDialog.IconName = "blam";
aboutDialog.Copyright = "Copyright 2004-2006 (c) Mikael Hallendal <micke imendio com>\n"
- + "Copyright 2006-2007 (c) Carlos MartÃn Nieto <carlos cmartin tk>";
+ + "Copyright 2006-2008 (c) Carlos MartÃn Nieto <carlos cmartin tk>";
aboutDialog.Run();
aboutDialog.Destroy();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]