ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src about.c,1.15,1.16 crash.c,1.6,1.7 main.c


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src about.c,1.15,1.16 crash.c,1.6,1.7 main.c,1.13,1.14 status.c,1.23,1.24
Date: Sat, 18 Jan 2003 20:52:37 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv13690/src

Modified Files:
        about.c crash.c main.c status.c 
Log Message:
last (very probably) commits before release


Index: about.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/about.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- about.c     16 Jan 2003 20:03:16 -0000      1.15
+++ about.c     19 Jan 2003 01:52:35 -0000      1.16
@@ -122,7 +122,7 @@
        GtkStyle        *style = NULL;
        GdkPixmap       *pm = NULL;
        GdkBitmap       *bm = NULL;
-       const char      *versionStr = "Ayttm " VERSION "-" RELEASE "\n" 
__DATE__;
+       const char      *versionStr = "Ayttm " VERSION "" RELEASE "\n" __DATE__;
 
 
        if ( sAboutWindow != NULL )

Index: crash.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/crash.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crash.c     18 Jan 2003 11:16:45 -0000      1.6
+++ crash.c     19 Jan 2003 01:52:35 -0000      1.7
@@ -220,7 +220,7 @@
        gtk_container_add(GTK_CONTAINER(scrolledwindow1), text1);
        
        crash_report = g_strdup_printf(
-               "Ayttm version %s-%s\n"
+               "Ayttm version %s%s\n"
                "GTK+ version %d.%d.%d\n"
                "Features:%s\n"
                "Operating system: %s\n"

Index: main.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- main.c      17 Jan 2003 23:21:42 -0000      1.13
+++ main.c      19 Jan 2003 01:52:35 -0000      1.14
@@ -71,7 +71,7 @@
 
 static void eb_cli_ver ()
 {
-  printf("Ayttm v%s-%s\n", VERSION, RELEASE);
+  printf("Ayttm v%s%s\n", VERSION, RELEASE);
   printf("Copyright (C) 2003 The Ayttm team\n");
   printf("Ayttm comes with NO WARRANTY, to the extent permitted"
         " by law.\n");

Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- status.c    17 Jan 2003 23:21:42 -0000      1.23
+++ status.c    19 Jan 2003 01:52:35 -0000      1.24
@@ -1873,7 +1873,7 @@
        gtk_widget_show(hbox);
                
         gtk_box_pack_start(GTK_BOX(statusbox), hbox ,FALSE, FALSE,0);
-        gtk_window_set_title(GTK_WINDOW(statuswindow), _("Ayttm 
"VERSION"-"RELEASE));
+        gtk_window_set_title(GTK_WINDOW(statuswindow), _("Ayttm 
"VERSION""RELEASE));
        eb_icon(statuswindow->window);
        gtk_widget_show(statusbox);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]