- Timestamp:
- 01/17/2008 09:39:15 PM (4 years ago)
- Location:
- branches/openyahtzee-1.8
- Files:
-
- 2 added
- 1 deleted
- 5 edited
-
Makefile.am (modified) (1 diff)
-
configure.in (modified) (1 diff)
-
icons/icon.gif (deleted)
-
icons/openyahtzee.png (added)
-
openyahtzee.desktop (added)
-
src/About.cpp (modified) (1 diff)
-
src/MainFrame.cpp (modified) (1 diff)
-
src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/Makefile.am
r144 r146 4 4 5 5 SUBDIRS = src 6 7 appicondir = $(datadir)/pixmaps 8 dist_appicon_DATA = icons/openyahtzee.png 9 10 menudir = $(datadir)/applications 11 dist_menu_DATA = openyahtzee.desktop 12 6 13 AM_CXXFLAGS = `wx-config --cxxflags` -
branches/openyahtzee-1.8/configure.in
r2 r146 2 2 3 3 AM_CONFIG_HEADER(config.h) 4 AM_INIT_AUTOMAKE(openyahtzee, 0.1)4 AM_INIT_AUTOMAKE(openyahtzee, 1.8.1) 5 5 6 6 AC_LANG_CPLUSPLUS -
branches/openyahtzee-1.8/src/About.cpp
r144 r146 51 51 52 52 #ifdef PORTABLE 53 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee Portable Edition 1.8. 0"));53 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee Portable Edition 1.8.1")); 54 54 #else 55 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee 1.8. 0"));55 app_label = new wxStaticText(this, -1, wxT("Open Yahtzee 1.8.1")); 56 56 #endif 57 57 label_desc = new wxStaticText(notebook_main_pane_about, -1, wxT("A full-featured wxWidgets version of\nthe classic dice game Yahtzee.")); -
branches/openyahtzee-1.8/src/MainFrame.cpp
r145 r146 68 68 //default values - settings 69 69 #define DEF_HIGHSCORESIZE 20 70 #define OY_VERSION "1.8. 0"70 #define OY_VERSION "1.8.1" 71 71 72 72 DEFINE_EVENT_TYPE(wxEVT_ENABLE_ROLL) -
branches/openyahtzee-1.8/src/Makefile.am
r144 r146 1 1 bin_PROGRAMS = openyahtzee 2 2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ 3 six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.hSettingsDB.cpp \4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm icon32.xpm \5 openyahtzee.rcwxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp3 six.xpm three.xpm two.xpm DBwrapper.cpp SettingsDB.cpp \ 4 HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm \ 5 icon32.xpm wxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp 6 6 7 7 # set the include path found by configure … … 11 11 12 12 noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 13 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h UtilityFunctions.h 13 HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 14 UtilityFunctions.h DBwrapper.h About.h 14 15 15 16 openyahtzee_LDFLAGS = `wx-config --libs`
Note: See TracChangeset
for help on using the changeset viewer.
