glom r1652 - in trunk: . glom
- From: arminb svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1652 - in trunk: . glom
- Date: Tue, 5 Aug 2008 08:01:32 +0000 (UTC)
Author: arminb
Date: Tue Aug 5 08:01:32 2008
New Revision: 1652
URL: http://svn.gnome.org/viewvc/glom?rev=1652&view=rev
Log:
2008-08-05 Armin Burgmeier <armin openismus com>
* glom/dialog_existing_or_new.cc: Changed the path where the example
files are looked up on Windows, to keep it consistent with the path to
load glade files from.
Modified:
trunk/ChangeLog
trunk/glom/dialog_existing_or_new.cc
Modified: trunk/glom/dialog_existing_or_new.cc
==============================================================================
--- trunk/glom/dialog_existing_or_new.cc (original)
+++ trunk/glom/dialog_existing_or_new.cc Tue Aug 5 08:01:32 2008
@@ -159,7 +159,7 @@
// Load example files
#ifdef G_OS_WIN32
- gchar* dir = g_win32_get_package_installation_subdirectory(NULL, NULL, "share/doc/examples");
+ gchar* dir = g_win32_get_package_installation_subdirectory(NULL, NULL, "share/glom/doc/examples");
std::string path(dir);
g_free(dir);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]