[gnome-robots] Rename gnobots.[ch] to gnome-robots.[ch]
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-robots] Rename gnobots.[ch] to gnome-robots.[ch]
- Date: Sat, 21 Jun 2014 16:42:18 +0000 (UTC)
commit f9dc6582ec42a5d38370a8acdac5c1b4dd858644
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Jun 21 10:40:58 2014 -0500
Rename gnobots.[ch] to gnome-robots.[ch]
po/POTFILES.in | 2 +-
src/Makefile.am | 4 ++--
src/game.c | 2 +-
src/{gnobots.c => gnome-robots.c} | 4 ++--
src/{gnobots.h => gnome-robots.h} | 0
src/graphics.c | 2 +-
src/properties.c | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1841e40..34b773a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -9,7 +9,7 @@ src/game.c
src/games-controls.c
src/games-scores-dialog.c
src/games-stock.c
-src/gnobots.c
+src/gnome-robots.c
src/graphics.c
src/properties.c
src/statusbar.c
diff --git a/src/Makefile.am b/src/Makefile.am
index d2cd248..79dc78f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
bin_PROGRAMS = gnome-robots
gnome_robots_SOURCES = \
- gnobots.c \
- gnobots.h \
+ gnome-robots.c \
+ gnome-robots.h \
statusbar.c \
statusbar.h \
gameconfig.c \
diff --git a/src/game.c b/src/game.c
index d64599a..a56a823 100644
--- a/src/game.c
+++ b/src/game.c
@@ -31,7 +31,7 @@
#include "gameconfig.h"
#include "keyboard.h"
#include "game.h"
-#include "gnobots.h"
+#include "gnome-robots.h"
#include "sound.h"
#include "properties.h"
#include "menu.h"
diff --git a/src/gnobots.c b/src/gnome-robots.c
similarity index 99%
rename from src/gnobots.c
rename to src/gnome-robots.c
index fd7ebac..9c4ae1d 100644
--- a/src/gnobots.c
+++ b/src/gnome-robots.c
@@ -94,7 +94,7 @@ static const GActionEntry win_entries[] = {
{ "wait", wait_cb, NULL, NULL, NULL },
};
-static const GamesScoresCategory scorecats[] = {
+static const GamesScoresCategory scorecats[] = {
{"classic_robots", N_("Classic robots")},
{"classic_robots-safe", N_("Classic robots with safe moves")},
{"classic_robots-super-safe", N_("Classic robots with super-safe moves")},
@@ -236,7 +236,7 @@ window_configure_event_cb (GtkWidget *widget, GdkEventConfigure *event)
window_width = event->width;
window_height = event->height;
}
-
+
return FALSE;
}
diff --git a/src/gnobots.h b/src/gnome-robots.h
similarity index 100%
rename from src/gnobots.h
rename to src/gnome-robots.h
diff --git a/src/graphics.c b/src/graphics.c
index 667abeb..abb3997 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -35,7 +35,7 @@
#include "graphics.h"
#include "gbdefs.h"
#include "game.h"
-#include "gnobots.h"
+#include "gnome-robots.h"
#include "properties.h"
#include "games-preimage.h"
#include "games-scores.h"
diff --git a/src/properties.c b/src/properties.c
index 4cfe973..4f2e61e 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -29,7 +29,7 @@
#include "properties.h"
#include "gameconfig.h"
-#include "gnobots.h"
+#include "gnome-robots.h"
#include "graphics.h"
#include "gbdefs.h"
#include "keyboard.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]